Set Up Time Check Pod in Kubernetes
How to Efficiently Set Up a Time Check Pod in Kubernetes
Oct 20, 20242 min read10

Search for a command to run...
Series
In this series, I will cover various DevOps practices, tools, CI/CD pipelines, infrastructure as code, automation tips, and troubleshooting techniques.
How to Efficiently Set Up a Time Check Pod in Kubernetes

How to Set Up a Countdown Job in Kubernetes

Tasks Create a cronjob named xfusion. Set its schedule to something like */7 * * * *. You can set any schedule for now. Name the container cron-xfusion. Utilize the httpd image with latest tag (specify as httpd:latest). Execute the dummy command...

How to Roll Back to a Previous Deployment Version in Kubernetes

Step-by-Step Guide to Rolling Updates in Kubernetes

How to Define Resource Restrictions for Kubernetes Pods
