#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Prerequisites npm, nodejs & postgres pre-installed Step 1 Install npm & nodejs & postgres, I already did. So I am just verifying it- node -v npm...
kubectl commands, analyzing logs, debugging container images · Troubleshooting in Kubernetes-> Troubleshooting in Kubernetes may be difficult because of...
Upgrading the cluster, back up and restoring, scaling the cluster · Upgrading the cluster-> As I am using minikube that is local Kubernetes cluster, so...
Persistent Volumes, Persistent Volume Claims, Storage Classes. RBAC, Pod Security Policies, Secrets, TLS · Persistent Volumes-> It is a piece of storage...
How to expose Kubernetes workload to outside world using Services: A Service in Kubernetes is an abstraction that defines a logical set of pods and a...
Day 3 of kubeWeek by Trainwithshubham · Deployment: The deployment controller changes the actual state to the desired state at the controller rate. We...