John Mark Causing

System Administrator | Hosting Support Engineer

Bacolod City, Philippines

+639393497018

John Mark Causing

System Administrator | Hosting Support Engineer

Bacolod City, Philippines

+639393497018

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...
Kubernetes – Services & Microservices

Kubernetes – Services & Microservices

Overview: ServicesMicroservices Services This is the part where you can access the service rather than pods. Pods can come and go. Example, you will create a deployment with 4 replicas. 1 pod was destroyed and new one was created so you need to access those pods...
Kubernetes – Containers and Pods setup guide

Kubernetes – Containers and Pods setup guide

Overview: Creating Pods and DescribeDescribe a nodeBasic Networking.Creating an example deploymentBusybox PodPing and test the network of our podsTroubleshootingDisk issueClean up! Just a short summary about containers and pods. Pods = the smallest and most basic...
Kubernetes – Cluster Setup Guide

Kubernetes – Cluster Setup Guide

Overview: Setup 3 Servers (K8s Control Plane – Master), K8s Worker1 (node1) and K8s Worker2 (node2)Install packages for all 3 servers.Install and setup containerdInstall Setup Kubernetes packagesInitialize the Kubernetes cluster on the control plane node using...