Skip to content

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

License

Notifications You must be signed in to change notification settings

michael-bowen-sc/codespaces-k8s-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages