How Do You Create a Resource in Kubernetes?

Problem scenario
You want to create a resource in a Kubernetes cluster. What should you do?

Solution
You should install Kubernetes. You will need a proper .yaml file in a directory on a server with kubectl installed and configured. You would then run a "kubectl create" command. See this posting for more information.

Leave a comment

Your email address will not be published. Required fields are marked *