You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# k8s-podinfo
1
+
# podinfo
2
2
3
3
Podinfo is a tiny web application made with Go
4
4
that showcases best practices of running microservices in Kubernetes.
@@ -38,13 +38,14 @@ Web API:
38
38
*`GET /ws/echo` echos content via websockets `podcli ws ws://localhost:9898/ws/echo`
39
39
*`GET /chunked/{seconds}` uses `transfer-encoding` type `chunked` to give a partial response and then waits for the specified period
40
40
41
-
### Install
41
+
### Guides
42
42
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/)
0 commit comments