-
Notifications
You must be signed in to change notification settings - Fork 1
Kubernetes
Moupali Dutta edited this page Sep 23, 2019
·
2 revisions
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.
- 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:
- First dockerized the Microservices.
- We created a docker compose file.