Skip to content

Kubernetes

Moupali Dutta edited this page Sep 23, 2019 · 2 revisions

What is Kubernetes?

Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available.

The basic Kubernetes objects include:

  • Pods
  • Services
  • Volume
  • Namespaces and addition, Kubernetes contains a number of higher-level abstractions called Controllers. Controllers build upon the basic objects, and provide additional functionality and convenience features. They include:
  • ReplicaSet
  • Deployment

Deployment:

  1. First dockerized the Microservices.
  2. We created a docker compose file.
Clone this wiki locally