This repository was archived by the owner on Dec 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1414 </ li >
1515 < li > < span > Kubernetes</ span >
1616 < ul >
17+ < li > < a href ="/microservices-demo/deployment/kubernetes-start.html "> Any Kubernetes Cluster</ a > </ li >
1718 < li > < a href ="/microservices-demo/deployment/kubernetes-minikube.html "> Minikube</ a > </ li >
18- < li > < a href ="/microservices-demo/deployment/kubernetes.html "> Kubernetes + Weave</ a > </ li >
19+ < li > < a href ="/microservices-demo/deployment/kubernetes.html "> Kubernetes + Weave on AWS </ a > </ li >
1920 </ ul >
2021 </ li >
2122 < li >
Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ deployDoc : true
4+ ---
5+
6+ ## Deploying Sock Shop on any Kubernetes cluster
7+
8+ This explains how to deploy the Sock Shop onto any existing Kubernetes cluster.
9+
10+ ### Pre-requisites
11+
12+ - Create a Kubernetes linux cluster. For instance, see these examples:
13+ - AWS - [ KOPS] ( https://github.com/kubernetes/kops )
14+ - Azure - [ Azure Container Service] ( https://docs.microsoft.com/azure/container-service/container-service-kubernetes-walkthrough )
15+ - Google Cloud - [ Google Container Engine] ( https://cloud.google.com/container-engine/docs/clusters/operations )
16+ - Install and configure kubectl to connect to the cluster
17+
18+ ### Deploy Sock Shop
19+
20+ 1 . [ Clone the microservices-demo repository] ( https://github.com/microservices-demo/microservices-demo )
21+ 1 . Go to the * deploy/kubernetes* folder
22+ ```
23+ kubectl apply -f complete-demo.yaml
24+ ```
You can’t perform that action at this time.
0 commit comments