Day 18 Resource Quota & Limit Range | KubernetesAs a Kubernetes administrator, you need to ensure that your Kubernetes cluster and its associated namespaces are configured to provide fair and equitable access to compute resources. This is especially important if you have a large number of users an...Feb 6, 2023·2 min read
Day 13 Manage Kubernetes SecretA Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. In our previous blog, we create a deployment of the PostgreSQL database. Remember, on that blog we use env in the below format: env:...Jan 20, 2023·2 min read
Day 12 LAB | Deploy App use EKS Volume-based DBYesterday We have created PostgreSQL DB backed by EKS CSI Based EBS volume. Today We are going to use that DB with the newly deployed application. For this LAB Demo, I am using below application: Reference: https://github.com/JamesHuangUC/Ruby-on-Ra...Jan 18, 2023·1 min read
Day 11 Postgres DB Service Using EKS Storage.(1) Introduction: We are going to create a Postgres database with persistence storage using AWS EBS Volumes. Kubernetes ObjectYAML File Storage Class01-storage-class.yml Persistent Volume Claim02-pvc.yml Config Map03-create-db-configmap.ym...Jan 17, 2023·2 min read
Day 10 AWS EKS Storage | Container Storage Interface (CSI)In a previous blog, we saw, the importance of persistence storage. AWS Provides EBS Volumes that help us achieve the same. Let's talk more about EBS. EBS provides block-level storage volumes for use with EC2 & Containers. These are the portable vol...Jan 17, 2023·2 min read
Day 09 Storage in KubernetesManaging storage is a distinct problem from managing to compute instances.Jan 16, 2023·2 min read
Day 08 Pause and Resume Deployment in Kubernetes.Why do we need to pause the rollout operator?Jan 12, 2023·2 min read