Category: Kubernetes

  • Kubernetes – Redis Deployment

    Kubernetes – Redis Deployment

    Need to quickly get started with Redis in your Kubernetes cluster? Here’s an deployment with service: Next, configure your Redis enabled application to use “redis-service” as it’s Redis endpoint. Cache them objects 👾

  • Kubernetes – Allow Only Cloudflare CDN Through Nginx Ingress

    Kubernetes – Allow Only Cloudflare CDN Through Nginx Ingress

    If you are like me, and enjoy the world-encompassing CDN from Cloudflare, you “proxy” your domain through Cloudflare towards your Kubernetes Ingress. Why then, should you allow any other traffic to the Ingress? Here’s how to whitelist Cloudflare only in Nginx Ingress. Cloudflares IP-ranges can be found here: https://www.cloudflare.com/ips/ Whitelist them on the Nginx Ingress…

  • Kubernetes – LENS GUI

    Kubernetes – LENS GUI

    Still learning Kubernetes and having a difficult time with kubectl? Or do you just want a quick and fancy overview of your cluster(s)? In any case, I can warmly recommend the LENS Kubernetes GUI! Just go to File > Add Cluster and paste in your kubectl config (remember to double check the “server” attribute) and…

  • Kubernetes – Useful Network Policy Generator

    Kubernetes – Useful Network Policy Generator

    Kubernetes policy’s are hard, wouldn’t it be awesome if there were some graphical tool to visualize a new policy? Wait, there is! The editor is available at: https://editor.cilium.io/ Firewall, ish 👾

  • Kubernetes – Passbolt Kubernetes Deployment

    Kubernetes – Passbolt Kubernetes Deployment

    Passbolt is great. It provides a secure and very useful interface for password/manual secret storage. Both the Firefox addon and iOS App works great, and are easy to setup and use. The available documentation explains installation on most platforms, including Ubuntu and Docker, but no “basic” Kubernetes deployment. With that said, I am aware of…