Category: Cloud

  • Posted on NGINX Ingress Controller in GKE

    NGINX Ingress Controller in GKE

    This tutorial is part of a series I am creating on creating, running and managing Kubernetes on GCP the way I do in my day job. In this episode, we are covering how to setup a nginx ingress controller to handle incoming requests. Note There may be some things I have skimmed over, if so or you see a glaring hole in my configuration...

  • Posted on Kubenetes Basic Setup

    Kubenetes Basic Setup

    This tutorial is part of a series I am creating on creating, running and managing Kubernetes on GCP the way I do in my day job. Note There may be some things I have skimmed over, if so or you see a glaring hole in my configuration, please drop me a line via the contact page linked at the top of the site...

  • Posted on Kubernetes Secrets Security

    Kubernetes Secrets Security

    I was always of the belief that secrets within Kubernetes (k8s) are secure. How wrong I was! After a recent meetup featuring a Google security expert, I discovered that the secrets I have in our k8s cluster are no more secure than writing them down on paper and leaving it on a park bench. Google...