Deploy Pods in Kubernetes Cluster
Tasks
Create a pod named pod-httpd using the httpd image with the latest tag. Ensure to specify the tag as httpd:latest.
Set the app label to httpd_app, and name the container as httpd-container.
Steps
Create a pod called pod-httpd using the htt...
abisec.hashnode.dev1 min read