docker-kubectl
docker-kubectl copied to clipboard
Containerized Kubernetes kubectl
Hi there, I am planning to use the image as the cronjob for my kubernetes pods which are marked as completed. ``` apiVersion: batch/v1beta1 kind: CronJob metadata: name: cleanup-prod spec:...
Hi there, We developed a web based kubectl tool, which enables you to manage kubernetes credentials and run kubectl command in web browser. https://github.com/webkubectl/webkubectl Hopefully it's useful for you guys.
Can we have a license added to this project?
Hi Wernight, First, thanks for this dockerfile, helps a lot ;) One suggestion for this would be to automaticaly get the newest version: RUN apk add --update curl && \...
The readme shows a 1.6.4 tag, and the Dockerfile on master is downloading that kubectl version. Can you push that image up to docker hub, because it seems to be...
Hi, I'm trying to run the container in privileged mode and while the container is created and runs fine, it doesn't have privilege. This means it can't access certain Linux...