#docker
Read more stories on Hashnode
Articles with this tag
Red Hat OpenShift Code Ready Containers (CRC) is a tool that allows developers to set up a local, single-node OpenShift cluster on their Windows...
Installation On Microk8s-NFS for Persistent Volumes Lab Setup: 1. Setup an NFS server sudo apt-get install nfs-kernel-server Create a directory to...
MICROK8S Installation: https://kubernetes.io/blog/2019/11/26/running-kubernetes-locally-on-linux-with-microk8s/ sudo snap install microk8s...
Deployment Yaml File: kubectl apply -f nginx-deployment.yaml Deployment and replicaset status: scaleup deployment:
First Simple Job/CI/CD ยท Lab:1
Execute the command to configure the remote keys: ssh-keygen -t rsa -m PEM -f remote-key Dockerfile for the Remote_Server: Installation of mysql...