typhoon/google-cloud/fedora-atomic/kubernetes
Dalton Hubble d8d1468f03 Update kubelet system container image to mount /etc/hosts
* Fix kubelet port-forward on Google Cloud / Fedora Atomic
* Mount the host's /etc/hosts in kubelet system containers
* Problem: kubelet runc system containers on Atomic were not
mounting the host's /etc/hosts, like rkt-fly does on Container
Linux. `kubectl port-forward` calls socat with localhost. DNS
servers on AWS, DO, and in many bare-metal environments resolve
localhost to the caller as a convenience. Google Cloud notably
does not nor is it required to do so and this surfaced the
missing /etc/hosts in runc kubelet namespaces.
2018-04-21 18:46:56 -07:00
..
cloudinit Update kubelet system container image to mount /etc/hosts 2018-04-21 18:46:56 -07:00
workers Update kubelet system container image to mount /etc/hosts 2018-04-21 18:46:56 -07:00
LICENSE Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00
README.md Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00
apiserver.tf Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00
bootkube.tf Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00
controllers.tf Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00
network.tf Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00
outputs.tf Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00
require.tf Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00
ssh.tf Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00
variables.tf Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00
workers.tf Add Google Cloud fedora-atomic module 2018-04-21 18:46:56 -07:00

README.md

Typhoon

Typhoon is a minimal and free Kubernetes distribution.

  • Minimal, stable base Kubernetes distribution
  • Declarative infrastructure and configuration
  • Free (freedom and cost) and privacy-respecting
  • Practical for labs, datacenters, and clouds

Typhoon distributes upstream Kubernetes, architectural conventions, and cluster addons, much like a GNU/Linux distribution provides the Linux kernel and userspace components.

Features

Docs

Please see the official docs and the Google Cloud tutorial.