Skip to content

Commit fc5a979

Browse files
committed
Add guides to readme
1 parent fb183d8 commit fc5a979

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# k8s-podinfo
1+
# podinfo
22

33
Podinfo is a tiny web application made with Go
44
that showcases best practices of running microservices in Kubernetes.
@@ -38,13 +38,14 @@ Web API:
3838
* `GET /ws/echo` echos content via websockets `podcli ws ws://localhost:9898/ws/echo`
3939
* `GET /chunked/{seconds}` uses `transfer-encoding` type `chunked` to give a partial response and then waits for the specified period
4040

41-
### Install
41+
### Guides
4242

43-
Kustomize:
43+
* [Automated canary deployments with Flagger and Istio](https://medium.com/google-cloud/automated-canary-deployments-with-flagger-and-istio-ac747827f9d1)
44+
* [Kubernetes autoscaling with Istio metrics](https://medium.com/google-cloud/kubernetes-autoscaling-with-istio-metrics-76442253a45a)
45+
* [Managing Helm releases the GitOps way](https://medium.com/google-cloud/managing-helm-releases-the-gitops-way-207a6ac6ff0e)
46+
* [Expose Kubernetes services over HTTPS with Ngrok](https://stefanprodan.com/2018/expose-kubernetes-services-over-http-with-ngrok/)
4447

45-
```bash
46-
kubectl apply -k github.com/stefanprodan/podinfo//kustomize
47-
```
48+
### Install
4849

4950
Helm:
5051

@@ -61,3 +62,9 @@ helm upgrade --install --wait backend \
6162
--set hpa.enabled=true \
6263
sp/podinfo
6364
```
65+
66+
Kustomize:
67+
68+
```bash
69+
kubectl apply -k github.com/stefanprodan/podinfo//kustomize
70+
```

0 commit comments

Comments
 (0)