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
- Host: GitHub
- URL: https://github.com/vigsterkr/k8s-coreos-baremetal
- Owner: vigsterkr
- License: apache-2.0
- Created: 2018-09-02T10:06:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T13:11:03.000Z (over 6 years ago)
- Last Synced: 2025-01-29T21:54:45.838Z (3 months ago)
- Topics: coreos, k8s-deployer, kubernetes-deployment, kubernetes-setup
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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