Has anyone installed a zabbix proxy in AWS EKS (kubernetes)? The zabbix proxy docker image along with a mysql instance will work, but the issue is how do you send many zabbix agents to a proxy target, when that proxy target is a pod? Agents on hosts outside of kube need a single target and it doesn't lend itself well to the elb/ingress approach.
Any thoughts would be appreciated.
Any thoughts would be appreciated.
maybe somebody can bring more light in to it - from my knowledge of zabbix and k8s it makes no sense to use it this way eg. you cant be sure what can happen at some point - eg. at the moment zabbix is not entirelly ready to be run as k8s native app with all the benefits ( like horizontal scaling by adding more pod )
Comment