#devops-articles
Read more stories on Hashnode
Articles with this tag
How to Set Up a Countdown Job in Kubernetes · Tasks Create a job named countdown-datacenter. Name the spec template countdown-datacenter (under...
Tasks Create a cronjob named xfusion. Set its schedule to something like */7 * * * *. You can set any schedule for now. Name the container...
How to Set Up a Replica Set in a Kubernetes Cluster · Tasks Create a ReplicaSet using the nginx image with the latest tag (specify as nginx:latest) and...
How to Roll Back to a Previous Deployment Version in Kubernetes · Tasks Rollback the deployment named nginx-deployment to the previous...
Step-by-Step Guide to Rolling Updates in Kubernetes · Tasks Execute a rolling update for the application using the nginx:1.17 image. Ensure the...
How to Define Resource Restrictions for Kubernetes Pods · Steps Create a pod named httpd-pod with a container named httpd-container. Use the httpd...