Set Up Time Check Pod in Kubernetes
Tasks
Create a pod called time-check in the devops namespace. The pod should have a container named time-check, using the busybox image with the latest tag (busybox:latest).
Create a config map named time-config with the data TIME_FREQ=12 in the sa...
abisec.hashnode.dev2 min read