Minimal and free Kubernetes distribution with Terraform
Go to file
Dalton Hubble 097dcdf47e digital-ocean: Add kubelet hostname-override flag
* Kubelets should register nodes via their private IPv4 address,
as provided by the metadata service from Digital Ocean
* By default, Kubelet exec's hostname to determine the name it should
use when registering with the apiserver. On Digital Ocean, the hostname
is not routeable by other instances. Digital Ocean does not run an
internal DNS service.
* Fixes issue where the apiserver can't reach the worker nodes. This
prevented kubectl logs and exec commands from working
2017-07-29 14:32:51 -07:00
bare-metal/container-linux digital-ocean: Join name.dns_zone for controller domain 2017-07-29 12:47:47 -07:00
digital-ocean/container-linux/kubernetes digital-ocean: Add kubelet hostname-override flag 2017-07-29 14:32:51 -07:00
google-cloud/container-linux Add dghubble/pegasus Digital Ocean Kubernetes Terraform module 2017-07-29 11:36:33 -07:00
README.md Add dghubble/pegasus Digital Ocean Kubernetes Terraform module 2017-07-29 11:36:33 -07:00

README.md

purenetes

purenetes is a free Kubernetes distribution offering:

  • 100% free components (as in freedom and without cost)
  • Declarative infrastructure and configuration
  • Minimalism to provide a stable base distribution
  • Respect for privacy by requiring analytics be opt-in
  • Practicality for small labs to large-scale datacenters

Status

Currently, purenetes is the author's personal distribution of Kubernetes.

Operating Systems

  • Container Linux

Platforms

  • Bare-Metal
  • Google Cloud
  • Digital Ocean