How Easy to Monitoring Your K8s with WeaveCloud

mingderwang
Kubernetes Playground
1 min readSep 21, 2017

Step 1. To create an account on WeaveCloud, to get your token like this

Step 2. Run Tutorial for Secure Container Firewalls from weave.works

you can create a test website running on a k8s playground called sock-shop running on katacoda screenshot like this

Step 3. Following the instruction in tutorial as follows

You can use “kubectl” command to play around with it.

For example: run following command you can start a microservice web service.

kubectl apply -f ~/micro/deploy/kubernetes/complete-demo.yaml -n sock-shop

free trial for 60 Days. Having fun!

--

--