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

How to build a CoreOS cluster with Kubernetes automatically

License

Notifications You must be signed in to change notification settings

rdgacarvalho/coreos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages