Sealed Secrets on Kubernetes - a quick intro
Sealed Secrets on Kubernetes, a quick intro and description of most useful command
Sealed Secrets on Kubernetes, a quick intro and description of most useful command
Kubernetes has multiple moving parts. Here is an short article aiming at mapping all this to create some clarity. Some Basic Vocabulary Nothing fancy but let’s get this out of the way. Nodes A node can be a physical machine or a virtual machine. Cluster A cluster is a group of nodes Container runtime Docker (or runC) Pod A pod is a group of containers - that together form a logical application....