Kubernetes
A brief overview of Kubernetes
What is Kubernetes?
Kubernetes is a container orchestration platform designed to automate the deployment, scaling, and management of containerized applications.
Kubernetes Terminology
An application gets deployed (encapsulated) into a Pod which is a single instance of an application
Pods exist on a Node
Multiple Nodes form a Cluster
Kubernetes Deployment Example
A Kubernetes Deployment file is created in YAML and provides a declarative way to specify the desired state of an application and its associated resources
Kubernetes Cheat Sheet
A handy list of common Kubernetes commands organized by type
Deployment Commands
Node Commands
Pod Commands
Replica Commands
Service Commands
Troubleshooting Commands
Useful Resources
Last updated