Ádám Tomkó's Blog
CV Photography Archives
  • Using Let's Encrypt wildcard certificates with Traefik on Kubernetes

    Dec 9, 2020 • software • kubernetes, traefik, digitalocean, certificate, wildcard

    My previous basic Traefik install guide used the built-in easy approach to certificate handling. For production use-cases, it is better to use the cert-manager tool as it stores the certificates as cluster resources and does not regenerate them on every Traefik restart. With the built-in approach it is easy to bump into Let’s Encrypt’s weekly limit. Using cert-manager also enables us to run more than one Traefik instances on a Kubernetes cluster.

    Read on →

  • An architecture to consider before going for microservices

    Nov 28, 2020 • software • architecture, microservices, monolith, modular

    Microservices force developers to loosely couple their services from the start, but definitely come with an overhead in terms of development time and cost.

    Read on →

  • Connecting a Java application running in Kubernetes to MySQL with server certificate validation

    Mar 8, 2020 • software • kubernetes, mysql, java, digitalocean

    Today I have tried to connect my Java application, running in a managed DigitalOcean Kubernetes cluster, to a managed DigitalOcean MySQL instance and I have run into some warnings regarding the connection in the application’s logs.

    Read on →

  • Installing Traefik to a DigitalOcean cluster the custom resource way

    Feb 20, 2020 • software • kubernetes, traefik, digitalocean

    I wanted to try the Traefik edge router for a long time. I have recently created a DigitalOcean managed Kubernetes cluster primarily for learning and experimenting, so it seemed the perfect opportunity to install Traefik.

    Read on →

© - Powered by Jekyll & whiteglass - Subscribe via RSS