Ad Widget

Collapse

how to change zabbix configuration settings in k8S environment?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • semosvit
    Junior Member
    • Jun 2023
    • 1

    #1

    how to change zabbix configuration settings in k8S environment?

    Hello forum. I have the following question: I have installed Zabbix in k8s environment. I need to make persistent changes in zabbix_server.conf file, located in the server container. I tried to use configMap volumes, but it failed, as volume got mounted as read only (by definition in configMap volumes, as far as I know) and that caused problems to zabbix server container. i then tried to use configMpa subpath, but agin it did not work, as zabbix server seems that needs to have RW access to the zabbix_server.conf file. What is the right way to perform persistent changes in zabbix_server.conf file, located in the server container running in kubernetes environment. Any help, suggestion is welcomed.
    Thanks a lot, Vital.
  • JaniL
    Junior Member
    • Nov 2023
    • 8

    #2
    Did you find any way to do it successfully? I have the same problem to solve.

    Comment

    Working...