GithubHelp home page GithubHelp logo

mateothegreat / k8-byexamples-zabbix Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 16.56 MB

Zabbix Monitoring System on Kubernetes

Home Page: https://matthewdavis.io

Makefile 100.00%
zabbix kubernetes monitoring

k8-byexamples-zabbix's Introduction

Clickity click Twitter Follow Skype Contact

monitoring ain't easy.

k8 by example -- straight to the point, simple execution. `` Deploy and zabbix will be up and running at http://zabbix.default.svc.cluster.local.

Still proxy'ing to get access to your cluster?! Take a poke at https://github.com/mateothegreat/k8-byexamples-openvpn, secure? dns? lan access? wat?

Install

$ make install DB_SERVER_HOST=changeme MYSQL_USER=changeme MYSQL_PASSWORD=changeme

[ INSTALLING MANIFESTS/WEB-DEPLOYMENT.YAML ]: deployment "zabbix-web" configured
[ INSTALLING MANIFESTS/SERVER-DEPLOYMENT.YAML ]: deployment "zabbix-server" configured
[ INSTALLING MANIFESTS/WEB-SERVICE.YAML ]: service "zabbix-web" configured
[ INSTALLING MANIFESTS/SERVER-SERVICE.YAML ]: service "zabbix-server" configured

Usage

$ make help

Usage: make <target(s)>

Targets:

  dump/submodules      Output list of submodules & repositories
  install              Installs manifests to kubernetes using kubectl apply (make manifests to see what will be installed)
  delete               Deletes manifests to kubernetes using kubectl delete (make manifests to see what will be installed)
  get                  Retrieves manifests to kubernetes using kubectl get (make manifests to see what will be installed)
  get/all              Retrives all resources (in color!)
  describe             Describes manifests to kubernetes using kubectl describe (make manifests to see what will be installed)
  context              Globally set the current-context (default namespace)
  shell                Grab a shell in a running container
  dump/logs            Find first pod and follow log output
  dump/manifests       Output manifests detected (used with make install, delete, get, describe, etc)


Tools:

  get/myip              Get your external ip
  testing-curl          Try to curl http & https from $(HOST)
  testing/curlhttp      Try to curl http://$(HOST)
  testing/curlhttps     Try to curl https://$(HOST)
  testing/getip         Retrieve external IP from api.ipify.org
  git/update            Update submodule(s) to HEAD from origin
  git/up                Update all .make submodules
  rbac/grant-google     Create clusterrolebinding for cluster-admin

Delete

$ make delete

[ DELETING MANIFESTS/DASHBOARDS-CONFIGMAP.YAML ]: configmap "grafana-import-dashboards" deleted
[ DELETING MANIFESTS/DASHBOARDS-JOB.YAML ]: job "grafana-import-dashboards" deleted
[ DELETING MANIFESTS/DEPLOYMENT.YAML ]: deployment "grafana-core" deleted
[ DELETING MANIFESTS/INGRESS.YAML ]: No resources found
[ DELETING MANIFESTS/PERSISTENTVOLUMECLAIM.YAML ]: persistentvolumeclaim "grafana-persistent-storage" deleted
[ DELETING MANIFESTS/SERVICE.YAML ]: service "grafana" deleted

k8-byexamples-zabbix's People

Contributors

mateothegreat avatar

Watchers

James Cloos avatar  avatar

k8-byexamples-zabbix's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.