combination of one or more containers. Each having their own memory and ip
Provides Fault Tolerance to Pods. Ensures that at any time specfied number of pod instances are running
Allows you to specify a state for your pods and ReplicaSets. Basically, how the containers should be run and managed
It provides a mechanism through which a communication can be set up between two different pods.
It is a worker machine in Kubernetes and may be either a virtual or a physical machine
A Kubernetes cluster is a set of nodes that run containerised applications.
It provides virtual or logical cluster inside your Kubernetes cluster. Helpful when multiple teams are working together owning different part of the system