mercuriete / docker-kubectl

Containerized Kubernetes kubectl

Home Page:https://hub.docker.com/r/wernight/kubectl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized kubectl CLI tool for Kubernetes. Built on top of Alpine Linux (very small) with glibc installed (required by kubectl).

Usage

$ docker run --rm --net=host wernight/kubectl kubectl --help

Why use it

It's mostly meant to be used during continuous integration or as part of an automated build/deployment:

  • So that your machine (e.g. build server) doesn't need kubectl to be installed; only Docker.
  • To avoid kubectl config use-context and similar to affect your build and other projects' builds.

About

Containerized Kubernetes kubectl

https://hub.docker.com/r/wernight/kubectl/