カテゴリー: Kubernetes

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[* […]

Kubernetes: Note on default resource requirements and limits

In the previous lecture, I said – “When a pod is created the containers are assigned a default CPU […]

Kubernetes/ runの活用

Reference (Bookmark this page for exam. It will be very handy): https://kubernetes.io/docs/reference/kubectl/c […]