Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
33 lines (21 loc) · 957 Bytes

README.md

File metadata and controls

executable file
·
33 lines (21 loc) · 957 Bytes

What is CoreOS?

CoreOS is a Linux distribuiton dedicated to run docker containers, nowdays called Container Linux CoreOS was designed for painless management in large clusters.

Welcome to new era of containers applications.

What is Kubernetes?

Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.

Why use Kubernetes?

  • [Automatic binpacking]
  • [Self-healing]
  • [Horizontal scaling]
  • [Service discovery and load balancing]
  • [Automated rollouts and rollbacks]
  • [Secret and configuration management]
  • [Storage orchestration]
  • [Batch execution]

What are you will found here?

  • How to create a CoreOS cluster (static) with Kubernetes v1.6.1 on bare metal (Libvirt)
  • How to create a CoreOS cluster (dynamic) with Kubernetes v1.6.1 on bare metal (Libvirt)

Author