From a9ab7928aa03d26324607744d17830ae2d22c2cb Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 25 Jun 2020 11:52:02 +0200 Subject: [PATCH] update --- docs/demos.md | 3 ++- docs/kubernetes.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/demos.md b/docs/demos.md index 17b4e95d..970c2490 100644 --- a/docs/demos.md +++ b/docs/demos.md @@ -241,7 +241,8 @@ Grab them from here: [awesome-kubernetes/scripts](https://github.com/redhatspain * [github.com/spring-petclinic/spring-petclinic-kubernetes 🌟](https://github.com/spring-petclinic/spring-petclinic-kubernetes) * While waiting for a working version, you could check [this fork](https://github.com/odedia/spring-petclinic-microservices) * [Spring PetClinic Microservices](https://github.com/spring-petclinic/spring-petclinic-microservices) - * [Google Cloud Native Spring Boot PetClinic. Spring PetClinic Microservices on GCP 🌟](https://github.com/saturnism/spring-petclinic-gcp) Example Petclinic deployment on Google Cloud Platform into Google Kubernetes Engine with Istio. This is based on [Spring PetClinic Microservices](https://github.com/spring-petclinic/spring-petclinic-microservices). + * [Google Cloud Native Spring Boot PetClinic. Spring PetClinic Microservices on GCP 🌟](https://github.com/saturnism/spring-petclinic-gcp) Example Petclinic deployment on Google Cloud Platform into Google Kubernetes Engine with Istio. This is based on [Spring PetClinic Microservices](https://github.com/spring-petclinic/spring-petclinic-microservices). +* spring-petclinic-microservices renamed to spring-petclinic-cloud 🌟: https://github.com/spring-petclinic/spring-petclinic-cloud * [Distributed version of Spring Petclinic built with Spring Cloud 🌟](https://github.com/odedia/spring-petclinic-microservices) * [github.com/paulczar/k8s-spring-petclinic](https://github.com/paulczar/k8s-spring-petclinic) * [tech.paulcz.net/blog/spring-into-kubernetes-part-1](https://tech.paulcz.net/blog/spring-into-kubernetes-part-1/) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index b1513f6a..0b508171 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -484,6 +484,7 @@ kubectl get secret --namespace= -o yaml | sed ‘s/names - [KDBG: Small Kubernetes debugging container](https://github.com/nvucinic/kdbg) KDBG (Kubernetes Debuger) is a small docker container based on lastest Alpine Linux image, used for debugging Kubernetes clusters from inside a pod. - [inspektor-gadget](https://github.com/kinvolk/inspektor-gadget) Collection of gadgets for debugging and introspecting Kubernetes applications using BPF - [kinvolk.io](https://kinvolk.io) +- [learnk8s.io: A visual guide on troubleshooting Kubernetes deployments 🌟](https://learnk8s.io/troubleshooting-deployments)