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.
…
Continue reading “How Do You Create a Resource in Kubernetes?”