repo.roscidus.com: Kubernetes

Kubernetes is an open source system for managing containerized applications across multiple hosts.

To add the Kubernetes client CLI to your PATH:

      $ 0alias kubectl http://repo.roscidus.com/kubernetes/kubectl
    

To add additional common Kubernetes tools to your PATH:

      $ 0alias minikube http://repo.roscidus.com/kubernetes/minikube
      $ 0alias helm http://repo.roscidus.com/kubernetes/helm
    

To make 0install automatically download a Helm (client) version that matches the Tiller (server) version:

      $ 0install add helm http://repo.roscidus.com/kubernetes/helm-autoversion
    

To have 0install automatically pick Helm versions when pulled in as a dependency (e.g., from helmfile):

      $ 0install add-feed http://repo.roscidus.com/kubernetes/helm http://repo.roscidus.com/kubernetes/helm-autoversion
    

Official tools

3rd party tools