Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uttiyahazra authored Jan 12, 2025
1 parent 387a48a commit 0a28b1d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ $ helm version
version.BuildInfo{Version:"v3.12.2", GitCommit:"1e210a2c8cc5117d1055bfaa5d40f51bbc2e345e", GitTreeState:"clean", GoVersion:"go1.20.5"}
```
- ##### [Deployment of a staged application with Helm](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md)
- ##### [Deployment of NGINX Ingress Controller and Accessing applications through Ingress](https://github.com/uttiyahazra/uttiyahazra.github.io/blob/master/myk8sapp/ReadTheDocs.md#deployment-of-nginx-ingress-controller-and-accessing-applications-through-ingress)
- ##### [Installation of Cert-Manager and Generation of Self signed certificate for TLS termination](https://github.com/uttiyahazra/uttiyahazra.github.io/blob/master/myk8sapp/ReadTheDocs.md#installation-of-cert-manager-and-generation-of-self-signed-certificate-for-tls-termination)
- ##### [Deployment and Access of Kubernetes Dashboard](https://github.com/uttiyahazra/kubernetes-project/blob/develop/myk8sapp/ReadTheDocs.md#deployment-and-accessing-kubernetes-dashboard)
- ##### [Deployment of Kube-Prometheus Stack and Accessing Prometheus Metrics & Grafana Visualizations](https://github.com/uttiyahazra/uttiyahazra.github.io/blob/master/myk8sapp/ReadTheDocs.md#deployment-of-kube-prometheus-stack-and-accessing-prometheus-metrics--grafana-visualizations)
- ##### [Deployment of Prometheus-Exporter for a MongoDB Application and Accessing MongoDB Prometheus Metrics](https://github.com/uttiyahazra/uttiyahazra.github.io/blob/master/myk8sapp/ReadTheDocs.md#deployment-of-prometheus-exporter-for-a-mongodb-application-to-make-mongodb-metrics-fetched-in-prometheus-endpoint)
- ##### [Deployment of ArgoCD and Leveraging Continuos Deployment with it](https://github.com/uttiyahazra/uttiyahazra.github.io/blob/master/myk8sapp/ReadTheDocs.md#deployment-of-argocd-and-leveraging-continuos-deployment-with-it)
- ##### [Illustration of following Kubernetes Pod & Container specific tasks:](https://github.com/uttiyahazra/uttiyahazra.github.io/blob/master/myk8sapp/ReadTheDocs.md#illustration-of-following-kubernetes-pod--container-specific-tasks)
1. ###### [In Place Container's CPU & Memory Resource Adjustment](https://github.com/uttiyahazra/uttiyahazra.github.io/blob/master/myk8sapp/ReadTheDocs.md#exemplification-of-in-place-containers-cpu--memory-resource-adjustment)
2. ###### [Different Pod QoS in action](https://github.com/uttiyahazra/uttiyahazra.github.io/blob/master/myk8sapp/ReadTheDocs.md#exemplification-of-different-pod-qos)
- ##### [Deployment of NGINX Ingress Controller and Accessing applications through Ingress](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md#deployment-of-nginx-ingress-controller-and-accessing-applications-through-ingress)
- ##### [Deployment and Access the Kubernetes Dashboard](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md#deployment-and-accessing-kubernetes-dashboard)
- ##### [Installation of Cert-Manager and Generation of Self signed certificate for TLS termination](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md#installation-of-cert-manager-and-generation-of-self-signed-certificate-for-tls-termination)
- ##### [Deployment of Kube-Prometheus Stack and Accessing Prometheus Metrics & Grafana Visualizations](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md#deployment-of-kube-prometheus-stack-and-accessing-prometheus-metrics--grafana-visualizations)
- ##### [Deployment of Prometheus-Exporter for a MongoDB Application and Accessing MongoDB Prometheus Metrics](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md#deployment-of-prometheus-exporter-for-a-mongodb-application-to-make-mongodb-metrics-fetched-in-prometheus-endpoint)
- ##### [Deployment of ArgoCD and Leveraging Continuous Deployment with it](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md#deployment-of-argocd-and-leveraging-continuos-deployment-with-it)
- ##### [Illustration of following Kubernetes Pod & Container specific tasks:](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md#illustration-of-following-kubernetes-pod--container-specific-tasks)
1. ###### [In Place Container's CPU & Memory Resource Adjustment](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md#exemplification-of-in-place-containers-cpu--memory-resource-adjustment)
2. ###### [Different Pod QoS in action](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md#exemplification-of-different-pod-qos)
3. ##### [Illustration of Native SideCar](https://github.com/uttiyahazra/kubernetes-project/blob/master/myk8sapp/ReadTheDocs.md#illustration-of-native-sidecar-container)
_to be continued_

0 comments on commit 0a28b1d

Please sign in to comment.