Many use cases of k8s involve running a local registry, chances are the person running this will learn the hard way that they need to allow insecure registry on the `kube_service_addresses` network. We should just default to settings this in `inventory/group_vars/all.yml` to help reduce potential friction for first time users. |
||
|---|---|---|
| inventory | ||
| roles | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
| Vagrantfile | ||
| ansible.cfg | ||
| cluster.yml | ||
| coreos-bootstrap.yml | ||
| requirements.txt | ||
| requirements.yml | ||
| uploads.yml | ||
README.md
##Deploy a production ready kubernetes cluster
- Can be deployed on AWS, GCE, OpenStack or Baremetal
- High available cluster
- Composable (Choice of the network plugin for instance)
- Support most popular Linux distributions
- Continuous integration tests
To deploy the cluster you can use :
- kargo-cli
- vagrant by simply running
vagrant up - Ansible usual commands
A complete documentation can be found here
If you have questions, you can invite yourself to chat with us on Slack!
CI tests sponsored by Google (GCE), and teuto.net for OpenStack.
