Problem scenario
You want to know about some common kubectl commands. What should you do?
Solution
The below was taken from running “kubectl help”. Here are some kubectl commands:
Basic Commands (Beginner):
create Create a resource from a file or from stdin.
expose Take a replication controller, service, deployment or pod and expose it as a new Kubernetes Service
run Run a particular image on the cluster
set Set specific features on objects
Basic Commands (Intermediate):
explain Documentation of resources
get Display one or many resources
edit Edit a resource on the server
delete Delete resources by filenames, …
Continue reading “What Are Some Common kubectl Commands?”