How to debug Java application deployed in Kubernetes clusterKubernetes has become the de facto standard for deploying and managing containerized applications at scale. However, debugging applications…Dec 91Dec 91
Kubernetes: How to deploy different pods close to each other (same node or zone etc.)In my previous 2 posts, I talked about, how to avoid scheduling pods on certain nodes and how to schedule pods to certain nodes. You can…Feb 1, 2021Feb 1, 2021
Kubernetes: How to schedule pods on certain nodesIn my previous post, I talked about how you can avoid pods from being scheduled on certain nodes. In this post, I will discuss opposite of…Jan 20, 20213Jan 20, 20213
Kubernetes: How to avoid scheduling pods on certain nodesWhen new pods are created in a cluster (either due to failure of existing pods or to scale the system horizontally), these pods are placed…Jan 11, 2021Jan 11, 2021
S3 to EFS from with a container using KubernetesIn my last post, I discussed how you can copy files from S3 to EFS from within a container. There are couple of use cases which have this…Jan 4, 2021Jan 4, 2021
S3 to EFS from with in a containerWhen working with containers, one focus area is to automate every step and remove the manual intervention as much as possible. One such…Nov 26, 2020Nov 26, 2020
Migrating Virtual box VM to Hyper-VI started using Virtual box around 4–5 years back and I got so comfortable that I refused to use any other Hypervisor be it VM ware or…Nov 2, 20202Nov 2, 20202
Garbage collectors: One stop guideIf you have landed on this page, you probably have heard the about Garbage Collection somewhere especially the folks from Java background…Jan 15, 2020Jan 15, 2020
AWS Solution Architect Associate exam readinessAWS has multiple certification paths. For the solution architect there are two certifications: Solution Architect Associate and Solution…Dec 13, 2019Dec 13, 2019