me.dm is one of the many independent Mastodon servers you can use to participate in the fediverse.
Ideas and information to deepen your understanding of the world. Run by the folks at Medium.

Administered by:

Server stats:

1.3K
active users

Top Kubernetes CLI Imperative Commands that are very useful:

1. kubectl create deployment my-deployment --image=my-image

Whenever there is a need to deploy an immediate pod for instance a redis, nginx or something else the above commands makes this easier.

2. kubectl auth can-i get pods — as my-user

Verify that your user has the necessary permissions assigned to access that resources.

To know more about such commands visit my article below 👇

medium.com/@shahneil/top-20-mu

MediumTop 20 Must-Know Kubernetes Commands for Effective Container OrchestrationBy Neil Shah