top of page
Search


Why Enterprise are Shifting from Cloud First to Cloud Repatriation Strategy
The shift from Cloud First to Cloud Repatriation Strategy of an enterprise organization explained

Teodoro A. Rico III
Oct 156 min read
Â
Â
Â


Longhorn Distributed File System For Kubernetes In Action
Real Life Problem After installing a Kubernetes Cluster in your own private cloud, you've came to realize that your application can not store data. That is because by default Kubernetes does not come with a storage solution. At most, you can configure a local storage, but that doesn't work in production. That is because data stored in local storage are not available and persisted across pods running in different nodes. You might be tempted to mount NFS but it has limitation,

Teodoro A. Rico III
Sep 194 min read
Â
Â
Â


How to Setup an Ingress Controller in Kubernetes in BareMetal
What is Ingress Controller? A Kubernetes Ingress Controller is a specialized application that runs within a Kubernetes cluster and acts as a reverse proxy and load balancer for external traffic. Its primary function is to implement the rules defined in Kubernetes Ingress resources, which specify how external HTTP and HTTPS traffic should be routed to services running within the cluster. What are the benefits of Ingress Controller? Provides secure access to services over HTTP

Teodoro A. Rico III
Sep 152 min read
Â
Â
Â


Configure Load Balancer using MetalLB in Bare Metal Kubernetes Cluster
Configure Load Balancer using MetalLB in Bare Metal Kubernetes Cluster

Teodoro A. Rico III
Aug 63 min read
Â
Â
Â


How to Expose a Kubernetes Service
How to Expose a Kubernetes Service

Teodoro A. Rico III
Sep 7, 20243 min read
Â
Â
Â


How to Install Kubernetes in Apple Mac M Chip
In this blog post, I will explain the most efficient method How to Install Kubernetes in Apple Mac M Chip based on my experience. I've tried Kubernetes on Docker, and Minikube but I always encounter issues. In my opinion, utilizing Rancher Kubernetes Desktop is the most straightforward approach. Here is an overview of the necessary steps. Install Docker Install Home Brew Install Rancher Desktop Install Kubectl Test Kubernetes Install Kubernetes in Apple Mac M Step 1: Install

Teodoro A. Rico III
Sep 2, 20242 min read
Â
Â
Â
bottom of page