https://github.com/instana/robot-shop
Setup Open cloudshell Set your working Google Cloud zone by running the following command, substituting the local zone as us-central1-a: gcloud config set compute/zone us-central1-a Get the sample code for creating and running containers and deployments: git clone https://github.com/webmagicinformatica/Managing-Deployments-Using-Kubernetes-Engine.git Create a cluster with five n1-standard-1 nodes (this will take a …
https://kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/
This Project shows you how to build and deploy a simple (not production ready), multi-tier web application using Kubernetes and Docker. This example consists of the following components: A single-instance Redis to store guestbook entries Multiple web frontend instances Objectives Start up a Redis leader. Start up two Redis followers. Start up the …