Cloud.WorksCNCFKubernetesOctober 14, 2019Introduction to Kubernetes: Part-2
Kubernetes(K8S) 101, We are covering Kubernetes objects this week. Kubernetes Objects are the entities that we defined in Kubernetes objects. It’s defined in yaml format. To work with Kubernetes objects–whether to create, modify, or delete them–you’ll need to use the Kubernetes API. Using kubectl CLI interface also Kubernetes objects can be defined. Ultimately it uses...