An open API service indexing awesome lists of open source software.

https://github.com/vigsterkr/k8s-coreos-baremetal

This is just a simple set of scripts to get a Kuberenetes on a single-node bare metal system using CoreOS
https://github.com/vigsterkr/k8s-coreos-baremetal

coreos k8s-deployer kubernetes-deployment kubernetes-setup

Last synced: about 1 month ago
JSON representation

This is just a simple set of scripts to get a Kuberenetes on a single-node bare metal system using CoreOS

Awesome Lists containing this project

README

        

# Get Kubernetes on your single CoreOS baremetal

This is just a simple set of scripts, that will speed up deploying Kubernetes on your CoreOS system.
It is currently a single-node setup, meaning master is a worker as well.

## Config
Fill out the `config.env` based on your requirements.

## TODO:
- [ ] Assert that the config variables are actually filled out in the `config.env`
- [ ] Add SSL cert creation to the `setup.sh` script