A declarative framework for resilient Kubernetes deployment.
Go to file
Mark Burnett 2b462c3fea Add documentation for configuration
Document the form and use of YAML configuration components.
2017-07-03 15:36:56 -05:00
docs Add documentation for configuration 2017-07-03 15:36:56 -05:00
example Replace flannel with calico (#26) 2017-06-29 16:24:31 -07:00
promenade Use 3 stages for `kubectl apply` (#27) 2017-07-03 09:36:15 -07:00
.dockerignore Basic HA kubernetes deployment (#7) 2017-06-15 20:57:22 -07:00
.gitignore Basic HA kubernetes deployment (#7) 2017-06-15 20:57:22 -07:00
Dockerfile make build process more verbose 2017-06-22 07:37:28 -05:00
LICENSE Initial commit 2017-02-14 11:13:39 -08:00
README.md Add documentation for configuration 2017-07-03 15:36:56 -05:00
Vagrantfile Basic HA kubernetes deployment (#7) 2017-06-15 20:57:22 -07:00
cleanup.sh MaaS Integration Changes (#20) 2017-06-22 17:39:24 -07:00
genesis.sh MaaS Integration Changes (#20) 2017-06-22 17:39:24 -07:00
join.sh MaaS Integration Changes (#20) 2017-06-22 17:39:24 -07:00
requirements-frozen.txt Basic HA kubernetes deployment (#7) 2017-06-15 20:57:22 -07:00
requirements.txt Basic HA kubernetes deployment (#7) 2017-06-15 20:57:22 -07:00
setup.cfg Basic HA kubernetes deployment (#7) 2017-06-15 20:57:22 -07:00
setup.py Basic HA kubernetes deployment (#7) 2017-06-15 20:57:22 -07:00

README.md

Promenade

Promenade is a tool for bootstrapping a resilient Kubernetes cluster and managing its life-cycle.

Roadmap

The detailed Roadmap can be viewed on the LCOO JIRA.

  • Cluster bootstrapping
    • Initial Genesis process results in a single node Kubernetes cluster with Under-cloud components deployed using Armada.
    • Joining sufficient master nodes results in a resilient Kubernetes cluster.
    • Destroy Genesis node after bootstrapping and re-provision as a normal node to ensure consistency.
  • Life-cycle management
    • Decommissioning of nodes.
    • Updating Kubernetes version.

Getting Started

To get started, see getting started.

Configuration is documented here.

Bugs

Bugs are tracked in LCOO JIRA. If you find a bug, feel free to create a GitHub issue and it will be synced to JIRA.