EdwinVW / pitstop

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Apache License 2.0
1.08k stars 472 forks source link

Wiki mentions running Kubernetes dashboard, but it seems to have moved #86

Closed bartvanderwal closed 3 years ago

bartvanderwal commented 3 years ago

Hi @EdwinVW,

Finally got around to checking your pitstop app, after your talk on service mesh/istio

On this page on your wiki you mention using Kubernetes dashboard. But the command given causes an error: unable to read URL

It seems the .yaml and everything seems to have moved within githubusercontent.com from:

https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml\

to below url as given in the command in the README.md of https://github.com/kubernetes/dashboard:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml
EdwinVW commented 3 years ago

Thanks for the heads-up @bartvanderwal. I've fixed it.