Welcome to the k8s-observability-stack! This application helps you monitor your Kubernetes environment easily. It combines powerful tools like Prometheus, Grafana, AlertManager, and OpenTelemetry into one production-ready stack.
This stack is designed for users of all skill levels, even if you have no technical background. You can set it up and start monitoring your applications quickly.
Before you begin, ensure your system meets these requirements:
If youβre not familiar with some of these terms, donβt worry. A Kubernetes cluster is just a group of machines that run your applications. Helm is a tool that helps us manage applications on Kubernetes.
Follow these simple steps to install and run the k8s-observability-stack.
To download the application, visit the landing page:
Download k8s-observability-stack
On the Releases page, find the latest release. It is usually at the top of the list.
Look for the files listed under the release. You can download the compressed Charts or Configuration files based on your needs. Click on the file names to download them to your computer.
Run the following command to install the observability stack:
helm install k8s-observability-stack ./path-to-your-chart
Replace ./path-to-your-chart with the actual path to the downloaded chart file.
To check if the installation was successful, run:
kubectl get pods -n observability
You should see pods for Prometheus, Grafana, AlertManager, and OpenTelemetry running. If you see an error, double-check your installation steps and requirements.
To start your journey with k8s-observability-stack, please visit this page to download:
Download k8s-observability-stack
Once your observability stack is up and running, access the Grafana dashboard through your browser. The default login credentials are:
You can change your password once you log in. From here, you can create custom dashboards, set up monitoring alerts, and explore your application metrics.
If you run into any issues, please check the FAQs. If you still need help, you can open an issue on the GitHub repository, and our team will assist you.
We encourage contributions! If youβd like to help improve this project, check our Contributing Guidelines. Your feedback and improvements are always welcome.
This project is licensed under the MIT License. You can use it freely, but please include a copy of the license in redistributed software.
Thank you for choosing k8s-observability-stack! Happy monitoring!