Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.83 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.83 KB

kube-dev

AGPL License CI GitHub release (latest by date)

Description

kube-dev is a container image to be used as a shell for development with Kubernetes, particularly when using FluxCD, Fedora CoreOS and Terraform.

Features

Getting Started

Prerequisites

You must have a container runtime installed, like Podman(preferred) or Docker.

Usage

Pull down the image and use it directly with Distrobox or Toolbox:

distrobox create -i ghcr.io/comminutus/kube-dev
distrobox enter kube-dev

or yolo

curl -s https://raw.githubusercontent.com/comminutus/kube-dev/master/create-distrobox.bash | bash -c 'eval "$(cat)"'

License

This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.