Skip to content

Kubernetes

Welcome to the Kubernetes documentation.

Overview

Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Originally designed by Google, the project is now maintained by the Cloud Native Computing Foundation.

Core Concepts

  • Pods: The smallest deployable units of computing that you can create and manage in Kubernetes.
  • Services: An abstract way to expose an application running on a set of Pods as a network service.
  • Deployments: Provides declarative updates for Pods and ReplicaSets.

Getting Started

More information and hands-on examples will be added here soon!

Certifications