John Mark Causing

System Administrator | Hosting Support Engineer

Bacolod City, Philippines

+639393497018

John Mark Causing

System Administrator | Hosting Support Engineer

Bacolod City, Philippines

+639393497018

Basic Docker Image Build and deploy to K8s

Basic Docker Image Build and deploy to K8s

This article will guide us to the basic steps on how to wrap your codes (for example a basic HTML file) to a docker image, upload it to docker hub so we can use it later for Kubernetes deployment, and run a deployment in K8s using that image. I will list some steps on...
Kubernetes Basic Storage Setup

Kubernetes Basic Storage Setup

This guide will show the basic setup of K8s using GCP storage disk. Our goal here is to have a pod use storage for the external disk in GCP (Google Cloud Platform) using persistent volume and persistent volume claim. See this diagram for example. This screenshot shows...
Expose K8s service – Simple nginx demo

Expose K8s service – Simple nginx demo

Reading this article will guide us on how to setup basic steps to expose a Kubernetes service. Example: Accessing an Nginx web server from a Multipass Ubuntu VMs using Kubernetes deployment and service. Things we need: DeploymentInstall MetalLB (we need this if we are...
GCP VPC Firewall Challenge

GCP VPC Firewall Challenge

This post is about the GCP VPC Firewall setup challenge where you can learn how to setup incoming (Ingress) and Outgoing (Egress) firewall within the VPC network. This setup also uses the following: Service AccountsInstance TemplateInstance GroupsVPC Challenge Build...