Day 32 Task: Launching your Kubernetes Cluster with Deployment
I have created an deployment file for nginx directly and exposed port with help of service in Kubernetes
To create deployment file with help of image directly
kubectl create deployment my-nginx --image=nginx:latest
Checked deployment file and pod:...
amitsinghs.hashnode.dev2 min read