Kubernetes
What is a kubernetes? It is open source orchestration tool for managing containerized workloads (apps running) and services, that facilitate both declarative configuration and automation. It has large rapidly growing ecosystem. Short Description: Bare Metal: Install OS directly on hardware. Virtual Machine: Install inside the OS. Docker: Create Docker image Container: Packaging an apps along […]