Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.18 KB

gnoland-stack

This repo allows you to:

Getting started

  • Install minikube
    • Nice local Kubernetes option
  • Install pulumi
    • Infrastructure as code
  • Install k9s and/or kubectl
    • Allows you to interact visually with the Kubernetes cluster
  • Perform these commands
    • minikube start
    • cd gnoland-stack
    • pulumi up
    • k9s (maybe in another terminal to watch)

terminal

Access the dashboard

Forward the port for the gnoland-metrics service with kubectl

kubectl port-forward service/gnoland-metrics-service 8080:8080

Browse to http://localhost:8080/dashboard in your browser

alt text