Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdazfar2/grafana-localhost
Now monitoring and logging are easy in your system. To learn about setting up Grafana on localhost, visit my repo for more info.
https://github.com/mdazfar2/grafana-localhost
grafana helm-charts kubectl yaml-files
Last synced: 6 days ago
JSON representation
Now monitoring and logging are easy in your system. To learn about setting up Grafana on localhost, visit my repo for more info.
- Host: GitHub
- URL: https://github.com/mdazfar2/grafana-localhost
- Owner: mdazfar2
- Created: 2024-03-18T18:45:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T10:51:54.000Z (8 months ago)
- Last Synced: 2024-03-22T11:57:01.341Z (8 months ago)
- Topics: grafana, helm-charts, kubectl, yaml-files
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grafana Setup
## Firstly check if Your kubernetes cluster is running or not
![image](https://github.com/mdazfar2/grafana-localhost/assets/100375390/e0b1b4cc-cb0f-41f5-9700-c159da8edaba)### Then install the helm chart by this command
```bash
helm install azfar .\grafana\
```### Now check whether the chart of that name appears in the helm list or not
```bash
helm ls
```### Check pods of your kubernetes is ready or not
```bash
kubectl get pods
```
### now get your pods of your if
```bash
kubectl get svc
```
### and the final is get your ip
```bash
minikube ip
```
**attach the port with your ip and run in your localhost browser**## Let's Connect
Have questions, ideas, or just want to chat? Join the conversation on [Discord](https://discordapp.com/users/877531143610708028) or [Linkedin](https://linkedin.com/in/md-azfar-alam/) and also [Instagram](https://instagram.com/azfarxx_/)Keep Learning! 🐍✨
Keep Sharing! 🐍✨