Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ContaoConference19: Kubernetes War Stories

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

ContaoConference19: Kubernetes War Stories

Slides of my presentation at the Contao Conference 2019 in Duisburg.

Avatar for Martin Helmich

Martin Helmich

October 10, 2019

More Decks by Martin Helmich

Other Decks in Technology

Transcript

  1. KUBERNETES WAR STORIES CONTAO CONFERENCE 2019 - DUISBURG CC-0, William

    Clarkson Stanfield https://commons.wikimedia.org/wiki/File:The_Battle_of_Trafalgar_by_William_Clarkson_Stanfield.jpg
  2. services: contao.cache: - class: Doctrine\Common\Cache\FilesystemCache + class: Doctrine\Common\Cache\RedisCache arguments: -

    - "%kernel.cache_dir%/contao/cache" - - "" - - 0022 + - "@myapp.redis" [Session] -session.save_handler = files -session.save_path = /var/lib/php7/sessions +session.save_handler = redis +session.save_path = "tcp://<redis-url>:6379"