Ad Widget

Collapse

Zabbix server and proxy on containers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wyang
    Member
    • Mar 2016
    • 93

    #1

    Zabbix server and proxy on containers

    I am writing to request for help on deploying zabbix server and proxy on containers in production environment.

    Which set of containerized images are you using? Official or unofficial?
    Any documentation on setting it up step by step?
    Any K8s compose templates to share?

    The size of zabbix server / proxy / mysql db containers vs number of hosts / items / triggers?

    Any help would be greatly appreciated.
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    :package: Kubernetes Zabbix/Grafana cluster (bare metal, Google Computer Engine - GCE, Google Container Engine - GKE) - monitoringartist/kubernetes-zabbix
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    • wyang
      Member
      • Mar 2016
      • 93

      #3
      Thanks jan.garaj! Greatly appreciated.

      Do you mind to share some details of the production deployments?

      The number of pollers / unreachable pollers / history syncers, Cache sizes v.s. the number of items / triggers?

      Any cookbooks or tutorials of K8s compose to configure Zabbix server / proxy?

      Any help would be greatly appreciated.

      Comment

      • jan.garaj
        Senior Member
        Zabbix Certified Specialist
        • Jan 2010
        • 506

        #4
        Originally posted by wyang
        Do you mind to share some details of the production deployments?

        The number of pollers / unreachable pollers / history syncers, Cache sizes v.s. the number of items / triggers?

        Any cookbooks or tutorials of K8s compose to configure Zabbix server / proxy?
        There is no magic in the sizing. Use the same approach as you can use for standard packaged Zabbix. It's just different approach of deployment. Instead of rpm/deb package, you will start a container.
        Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
        My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

        Comment

        • wyang
          Member
          • Mar 2016
          • 93

          #5
          Thanks very much jan.garaj!

          Comment

          Working...