typhoon/azure/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
workers Update Kubernetes from v1.14.3 to v1.15.0 2019-06-23 13:12:18 -07:00
LICENSE Add new tutorial docs and links 2018-08-27 23:30:32 -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
controllers.tf Migrate Azure module Terraform v0.11 to v0.12 2019-06-06 09:50:35 -07:00
lb.tf Migrate Azure module Terraform v0.11 to v0.12 2019-06-06 09:50:35 -07:00
network.tf Migrate Azure module Terraform v0.11 to v0.12 2019-06-06 09:50:35 -07:00
outputs.tf Migrate Azure module Terraform v0.11 to v0.12 2019-06-06 09:50:35 -07:00
security.tf Migrate Azure module Terraform v0.11 to v0.12 2019-06-06 09:50:35 -07:00
ssh.tf Migrate Azure module Terraform v0.11 to v0.12 2019-06-06 09:50:35 -07:00
variables.tf Migrate Azure module Terraform v0.11 to v0.12 2019-06-06 09:50:35 -07:00
versions.tf Migrate Azure module Terraform v0.11 to v0.12 2019-06-06 09:50:35 -07:00
workers.tf Migrate Azure module Terraform v0.11 to v0.12 2019-06-06 09:50:35 -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 Azure tutorial.