typhoon/azure/container-linux/kubernetes
Dalton Hubble 5eb4078d68 Add docker/default seccomp to control plane and addons
* Annotate pods, deployments, and daemonsets to start containers
with the Docker runtime's default seccomp profile
* Overrides Kubernetes default behavior which started containers
with seccomp=unconfined
* https://docs.docker.com/engine/security/seccomp/#pass-a-profile-for-a-container
2018-10-16 20:07:29 -07:00
..
cl Update etcd from v3.3.9 to v3.3.10 2018-10-13 13:14:37 -07:00
workers Remove Azure admin_password (disabled) now that its optional 2018-10-13 22:40:58 -07:00
LICENSE Add new tutorial docs and links 2018-08-27 23:30:32 -07:00
README.md Update Kubernetes from v1.11.2 to v1.11.3 2018-09-13 18:50:41 -07:00
bootkube.tf Add docker/default seccomp to control plane and addons 2018-10-16 20:07:29 -07:00
controllers.tf Add module for Typhoon Azure with Container Linux 2018-08-27 23:30:32 -07:00
lb.tf Add outputs for Azure ingress IPv4 and worker pools 2018-08-27 23:30:32 -07:00
network.tf Add module for Typhoon Azure with Container Linux 2018-08-27 23:30:32 -07:00
outputs.tf Add outputs for Azure ingress IPv4 and worker pools 2018-08-27 23:30:32 -07:00
require.tf Remove Azure admin_password (disabled) now that its optional 2018-10-13 22:40:58 -07:00
security.tf Add module for Typhoon Azure with Container Linux 2018-08-27 23:30:32 -07:00
ssh.tf Add module for Typhoon Azure with Container Linux 2018-08-27 23:30:32 -07:00
variables.tf Add new tutorial docs and links 2018-08-27 23:30:32 -07:00
workers.tf Add outputs for Azure ingress IPv4 and worker pools 2018-08-27 23:30:32 -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

  • Kubernetes v1.11.3 (upstream, via kubernetes-incubator/bootkube)
  • Single or multi-master, workloads isolated on workers, flannel networking
  • On-cluster etcd with TLS, RBAC-enabled
  • Ready for Ingress, Prometheus, Grafana, and other optional addons

Docs

Please see the official docs and the Azure tutorial.