Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-03-22 | 792 Bytes | |
v1.0.0 source code.tar.gz | 2018-03-22 | 63.1 kB | |
v1.0.0 source code.zip | 2018-03-22 | 105.0 kB | |
Totals: 3 Items | 168.9 kB | 0 |
v1.0.0
Using a vagrant file to build a kubernetes cluster which consists of 1 master(also as a node) and 3 nodes. You don't have to create complicated ca files or configuration.
Major features
- kubernetes cluster with 3 nodes
- fixed IP address
- autostart the cluster and services every time you
vagrant up
the cluster - support the lastest kubernetes cluster
- interact with the cluster on your local machine or dashboard
Components
Auto installed
Following components are included in the cluster.
- Kubernetes 1.9
- Kubernetes dashboard
- CoreDNS
- Flannel
- Docker
- Traefik
Optional
These components can be installed with kubectl command.
- Heapster + influxdb + Grafana
- ElasticSearch + FluentD + Kibana
- Istio 0.7.1
- Helm