Skip to content

tiagotele/prometheus-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus kubernetes apps

This is a repo with useful kubernetes yaml files to deploy Prometheus and play around with this monitoring Tool.

Requirements

This repo works fine on my own environment:

  • minikube version: v0.34.1
  • kubectl version: v1.13.2
  • OS: OSX 10.12.06

Performing kubectl commands

Start minikube

minikube start

Configmap

kubectl apply -f prometheus-configmap.yml 

Deploy

kubectl apply -f deployment.yml

Exposing as service

kubectl apply -f service.yml

Acessing from browsers

minikube service monitoring-prometheus --url

Stop minikube

minikube stop

Installing and deleting stack

There are scripts to speed up operations: install.sh and delete.sh

About

Playing around with kubernetes using Prometheus as main app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages