Tag: Kubernetes

  • How to deploy Flutter WebApp using Google Kubernetes Engine

    This is a series of Google Cloud Platform study notes: Domain, SSL, and Google Site (#1) How to Deploy Flutter WebApp using Google AppEngine (#2) How to Deploy Flutter WebApp using Google Cloud Run (#3) How to Deploy Flutter WebApp using Google Compute Engine (#4) How to Deploy Flutter WebApp using Google Kubernetes Engine (#5) […]

  • Develop for Kubernetes and WordPress with Skaffold

    Develop for Kubernetes and WordPress with Skaffold

    In this article, I am going to show you, how to create a WordPress Kubernetes application using Skaffold and Kustomize so you can start developing for WordPress with Kubernetes, in your local environment straight away. So What is Skaffold? And Kustomize? If you don’t know Skaffold yet, Skaffold is a command-line tool developed by Google […]

  • Designing for High Availability and Disaster Recovery in the Google Cloud Platform

    Designing for High Availability and Disaster Recovery in the Google Cloud Platform

    [et_pb_section admin_label=”section”] [et_pb_row admin_label=”row”] [et_pb_column type=”4_4″][et_pb_text admin_label=”Text”] By now we are all aware of the data center in Strasbourg, France that completely burned down. This data center was owned by OVH. OVH is Europe’s largest cloud computing and web hosting company with headquarters in France. Mind that, a modern datacenter is not supposed to burn down […]

  • How to install Minikube and Kubectl on Windows 10

    How to install Minikube and Kubectl on Windows 10

    You want to develop in your Windows PC for Kubernetes so you can test your web application locally before deploying it to a managed Kubernetes cluster like Amazon Elastic Kubernetes Engine or Google Kubernetes Engine. In that case, this is the guide for you. I will take through the steps so you can install Minikube […]

  • Setting up Gitlab CI/CD with Skaffold for Google Kubernetes Engine

    Setting up Gitlab CI/CD with Skaffold for Google Kubernetes Engine

    In this article I will show you how to setup Gitlab CI/CD to deploy an application to Google Kubernetes Engine, using Skaffold, and dynamic environmments. If you don’t know Skaffold yet, Skaffold is a command-line tool developed by Google that makes it really easy to setup CI/CD for local, development and production environments with Kubernetes. […]

  • What is Google Kubernetes Engine Autopilot and why it might(not) be for you

    What is Google Kubernetes Engine Autopilot and why it might(not) be for you

    GKE Autopilot is a fully managed Kubernetes cluster solution from Google, released last week in GA, that brings together all the best features in scaling, security, data operations the Google way. And the key to this new product, you only pay for the pods that you use, and the billing is based on the total […]

  • How to do a redirect from HTTP to HTTPS with Google Kubernetes Engine Ingress

    How to do a redirect from HTTP to HTTPS with Google Kubernetes Engine Ingress

    Photo by Rajeshwar Bachu on Unsplash Google Kubernetes Engine(GKE) Ingress(gce-ingress), as of the date of this article, does not allow you to configure any redirects directly in the ingress. Until recently you couldn’t even configure the Load Balancer associated to the Ingress to do simple HTTPS redirects. That functionality was added not long ago, to […]

  • How to set up an internal and external Load balancer with Nginx ingress on Kubernetes on GKE

    How to set up an internal and external Load balancer with Nginx ingress on Kubernetes on GKE

    In this article I will show you two methods on how you can configure Nginx Ingress to expose a Kubernetes service using a Google Kubernetes Engine(GKE) public load balancer or a Kubernetes Internal Load Balancer. Or both at the same time. There are two ways to setup a separate Load Balancer for Nginx Ingresss on […]