#kubeweekchallenge
Read more stories on Hashnode
Articles with this tag
An End to End project ¡ Prerequisites Before we get started, make sure you have the following tools and services installed and configured: đ Two AWS EC2...
30th April Sunday ¡ ⸠Kubernetes troubleshooting Commands: kubectl get pods - This command will show the status of all pods in the current...
29th April Saturday ¡ ⸠Upgrading the Cluster âď¸ Check the current version of your cluster: kubectl version âď¸ Check the current version of the...
28th April Friday ¡ ⸠Volumes Containers are short-lived in Nature. All data stored inside a container is deleted if the container crashes. However, the...
27th April Thursday ¡ ⸠How to expose Kubernetes workloads to the outside world using services To expose a Kubernetes workload to the outside world using...
26th April Wednesday ¡ ⸠Deployment Replication Controller & Replica set is not able to do updates & Rollback apps in the cluster. The following are...