Kubernetes 101 – Part 11 – Pods 2
Creating our first simple pod.
Scale made simple
Creating our first simple pod.
Create common RBAC for your whole org while limiting users to specific namespaces.
Learn how to authorize using Roles and RoleBindings.
Role based Access Control can limit how users interact with a kubernetes cluster. This will avoid a lot of pain as the system
Namespaces are another feature to organize your kubernetes cluster. Learn what they are and how they can be used.
Learn how to use labels to organize your kube cluster.
Kubernetes Resources. We discover what they are and how to configure and create them.
The smallest schedulable entity is a pod. This is beginning look at how to create pods.
Learn about the various components of Kubernetes. Whats under the hood ?
Configuring Kubernetes on bare-metal boxes is the stuff of Legends in the industry. Thankfully, you will not normally do