Kubernetes Fundamentals

2023-08-07T06:58:55+00:00

Bookmarks Fundamental Terminologies What is Kubernetes? Origin of Kubernetes name Deployment without Kubernetes Deployment with Virtualization Deployment with Container via Kubernetes What are Containers? Kubernetes and Docker Benefits of using Kubernetes Fundamental terminologies Containers - a lightweight, standalone, and executable package that can hold a workload. Workload - an application. This can be a single component or multiple components that work together. An example of a simple workload is a ping workload that runs every hour. An example of a complex workload is a web server that needs [...]