typhoon/bare-metal/container-linux/kubernetes
Dalton Hubble 69d064bfdf Run kube-apiserver with lower privilege user (nobody)
* Run kube-apiserver as a non-root user (nobody). User
no longer needs to bind low number ports.
* On most platforms, the kube-apiserver load balancer listens
on 6443 and fronts controllers with kube-apiserver pods using
port 6443. Google Cloud TCP proxy load balancers cannot listen
on 6443. However, GCP's load balancer can be made to listen on
443, while kube-apiserver uses 6443 across all platforms.
2019-07-08 20:52:00 -07:00
..
cl Update Kubernetes from v1.14.3 to v1.15.0 2019-06-23 13:12:18 -07:00
LICENSE Add LICENSE to top-level of each module 2017-09-28 20:41:19 -07:00
README.md Update Kubernetes from v1.14.3 to v1.15.0 2019-06-23 13:12:18 -07:00
bootkube.tf Run kube-apiserver with lower privilege user (nobody) 2019-07-08 20:52:00 -07:00
groups.tf Migrate bare-metal module Terraform v0.11 to v0.12 2019-06-06 09:51:21 -07:00
outputs.tf Migrate bare-metal module Terraform v0.11 to v0.12 2019-06-06 09:51:21 -07:00
profiles.tf Configure Kubelet cgroup-driver for Flatcar Linux Edge 2019-06-22 23:38:42 -07:00
ssh.tf Migrate bare-metal module Terraform v0.11 to v0.12 2019-06-06 09:51:21 -07:00
variables.tf Allow using Flatcar Linux Edge on bare-metal and AWS 2019-06-22 23:38:42 -07:00
versions.tf Migrate bare-metal module Terraform v0.11 to v0.12 2019-06-06 09:51:21 -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 bare-metal tutorial.