Kubernetes: A quick note on editing PODs and Deployments
Edit a POD Remember, you CANNOT edit specifications of an existing POD other than the below. spec.containers[* […]
Edit a POD Remember, you CANNOT edit specifications of an existing POD other than the below. spec.containers[* […]
In the previous lecture, I said – “When a pod is created the containers are assigned a default CPU […]
Reference (Bookmark this page for exam. It will be very handy): https://kubernetes.io/docs/reference/kubectl/c […]