Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 40ed147

Browse files
authored
Merge pull request #63 from dtzar/master
Thanks!
2 parents 69b9edf + 8e188fc commit 40ed147

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

_includes/doc_menu.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
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>

deployment/kubernetes-start.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
```

0 commit comments

Comments
 (0)