Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 650 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 650 Bytes

Overview

A Minikube based Kubernetes Playground for GitHub Codespaces that leverages devcontainers to ignite.

Instructions

Simply fork the repo and launch a new codespace from the forked repo.

What you get

  1. Access to a Linux terminal with kubectl, helm, k9s, kubectx, and kubens already installed.
  2. A Minikube instance will automatically start, this takes about 5 minutes so please be patient!
  3. Also included is a list of aliases to use:
  • alias k="kubectl"
  • alias kga="kubectl get all"
  • alias kgn="kubectl get all --all-namespaces"
  • alias kdel="kubectl delete"
  • alias kd="kubectl describe"
  • alias kg="kubectl get"