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: documentation/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,11 @@ We have documented several aspects of the setup. Here is where everything is:
40
40
| Category | File or Directory | Description |
41
41
|---|---|---|
42
42
| Documentation |[README.md](./documentation/README.md)| This document. Start here for an overview and links to other documents |
43
-
| Todo Django API |[../code/app-code/api/todo-python-django](code/app-code/api/todo-python-django)| Django Python todo backend and a detailed readme file; includes Helm chart deployed using Skaffold |
44
-
| Postgresql DB |[../code/k8s-common-code/postgres-db](code/k8s-common-code/postgres-db)| Installing and configuring Postgresql database into the Kubernetes cluster using Helm charts |
45
-
| Vuejs Todo Single Page Application |[../code/app-code/frontend/todo-vuejs](code/app-code/frontend/todo-vuejs)| Todo application implemented in Vuejs and a readme file; includes Helm chart deployed using Skaffold |
46
-
| Monitoring |[../code/k8s-common-code/monitoring](code/k8s-common-code/monitoring)|Installing and configuring monitoring with Prometheus and Grafana into the Kubernetes cluster using standard Helm charts created by the Prometheus community |
47
-
| Kubernetes Dashboard |[../code/k8s-common-code/k8sdashboard](code/k8s-common-code/k8sdashboard)| Running the Kubernetes dashboard |
43
+
| Todo Django API |[../code/app-code/api/todo-python-django](../code/app-code/api/todo-python-django)| Django Python todo backend and a detailed readme file; includes Helm chart deployed using Skaffold |
44
+
| Postgresql DB |[../code/k8s-common-code/postgres-db](../code/k8s-common-code/postgres-db)| Installing and configuring Postgresql database into the Kubernetes cluster using Helm charts |
45
+
| Vuejs Todo Single Page Application |[../code/app-code/frontend/todo-vuejs](../code/app-code/frontend/todo-vuejs)| Todo application implemented in Vuejs and a readme file; includes Helm chart deployed using Skaffold |
46
+
| Monitoring |[../code/k8s-common-code/monitoring](../code/k8s-common-code/monitoring)|Installing and configuring monitoring with Prometheus and Grafana into the Kubernetes cluster using standard Helm charts created by the Prometheus community |
47
+
| Kubernetes Dashboard |[../code/k8s-common-code/k8sdashboard](../code/k8s-common-code/k8sdashboard)| Running the Kubernetes dashboard |
48
48
49
49
50
50
We have collected and distilled short explanations of concepts below that we believe are useful to know before proceeding on your Kubernetes journey. Many of these concepts are large multi-year open-source projects in their own right with hundreds of contributors and hundreds of thousands of lines of code. So our treatment of these topics is fleeting at best, but we do strive to provide you with links to official documentation and a few other curated resources to learn more in depth if you need to.
0 commit comments