Skip to content

Releases: rootsongjc/kubernetes-vagrant-centos-cluster

v1.2.0

29 Dec 10:12
Compare
Choose a tag to compare
  • Update to support Istio 1.0.4
  • Fix for issue #50: replace CRLF with LF in systemd unit files by senthilrch
  • Add Autocomplete to Kubectl by fdmsantos
  • Fix services to work in Windows by fdmsantos
  • Add prometheus ingress
  • Add the missing workload role
  • Support jaeger tracing in kiali
  • Removing non-existing etcd node by wzhliang
  • Add windows10 support description by 0312birdzhang
  • Add weave scope
  • Fix local kubectl install instruction by joelhy
  • Support istio 1.0 prometheus label
  • Use DockerHub instead of gcr.io
  • Fix download commad by j4ckzh0u
  • Enhance the documents
  • Update kubernetes dashboard version to v1.8.3

v1.1.0

11 Jun 06:47
Compare
Choose a tag to compare
  • Update istio installation to suport istio 0.8.0
  • Change Zipkin tracing UI to Jaeger

v1.0.0

22 Mar 06:35
Compare
Choose a tag to compare

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