typhoon/google-cloud/fedora-coreos/kubernetes
Dalton Hubble 590d941f50 Switch from upstream hyperkube image to individual images
* Kubernetes plans to stop releasing the hyperkube container image
* Upstream will continue to publish `kube-apiserver`, `kube-controller-manager`,
`kube-scheduler`, and `kube-proxy` container images to `k8s.gcr.io`
* Upstream will publish Kubelet only as a binary for distros to package,
either as a DEB/RPM on traditional distros or a container image on
container-optimized operating systems
* Typhoon will package the upstream Kubelet (checksummed) and its
dependencies as a container image for use on CoreOS Container Linux,
Flatcar Linux, and Fedora CoreOS
* Update the Typhoon container image security policy to list
`quay.io/poseidon/kubelet`as an official distributed artifact

Hyperkube: https://github.com/kubernetes/kubernetes/pull/88676
Kubelet Container Image: https://github.com/poseidon/kubelet
Kubelet Quay Repo: https://quay.io/repository/poseidon/kubelet
2020-03-21 15:43:05 -07:00
..
fcc Switch from upstream hyperkube image to individual images 2020-03-21 15:43:05 -07:00
workers Switch from upstream hyperkube image to individual images 2020-03-21 15:43:05 -07:00
LICENSE Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
README.md Update Kubernetes from v1.17.3 to v1.17.4 2020-03-13 00:06:41 -07:00
apiserver.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
bootstrap.tf Switch from upstream hyperkube image to individual images 2020-03-21 15:43:05 -07:00
controllers.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
ingress.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
network.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
outputs.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
ssh.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
variables.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
versions.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
workers.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08: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.