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
Â
Â
Â


What is a good Use Case of Service Account in Kubernetes
In the simplest terms, a Service Account enables machines such as applications, chatbots, pods, virtual machines, and others to interact with the Core API in Kubernetes. For instance, if you are creating a chatbot that receives commands to set up infrastructure in a Kubernetes Cluster, such as Deployments and Services, Service Accounts are used to grant both authentication and authorization to the chatbot. The diagram illustrates how external applications, like a chatbot, uti

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


How to Create Certificate Signing Request in Kubernetes
Background Kubernetes allows you to utilize a public key infrastructure (PKI) for client authentication to your cluster. You use a CertificateSigningRequest as part of this process, and either you or some other principal must approve the request. Below is our setup kubectl communicates with kubernetes cluster using csr Step 1: Create a Private Key openssl genrsa -out perry.key 3072 This will generate a private key named perry.ke y openssl private key generation Step 2: Creat

Teodoro A. Rico III
Sep 302 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
Â
Â
Â


VMWare Exit Strategy for an Enterprise Company--Is It Worthy
VMWare Exit Strategy for an Enterprise Company

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


6 Cloud Computing Myths, and 1 Teaser DevOps Myth
6 Cloud Computing Myths, and 1 Teaser DevOps Myth

Teodoro A. Rico III
Aug 11, 20247 min read
Â
Â
Â


A Sunday Coffee Turned Struggling Dad into a Leader in Cloud by Profession
A Sunday Coffee Turned Struggling Dad into a Leader in Cloud by Profession

Teodoro A. Rico III
Aug 4, 202413 min read
Â
Â
Â
bottom of page