Cloud Computing for Large-Scale Data Analytics On AWS

In today’s data-driven world, organizations collect massive amounts of data daily. Analyzing this data is crucial for gaining actionable insights, predicting trends, and making data-informed decisions. While traditional on-premise setups have been instrumental in large-scale data analytics, they present significant challenges as data volume and complexity grow. The shift to cloud computing has revolutionized data […]

Dynamic Secret Management in Azure

In cloud-native applications, securely managing and updating secrets like API keys, passwords, and connection strings is vital. Manually updating secrets in your application every time they change can be challenging and error-prone. This is where dynamic secret management comes into play, allowing real-time secret updates from a central, secure store. This blog covers implementing dynamic […]

Streamlining Application Monitoring and Insights with Azure Application Insights

In today’s cloud-centric world, effective monitoring is key to maintaining the health of any application. Azure Application Insights (App Insights) is a powerful tool that helps developers gain real-time insights into their applications’ performance and usage patterns. Whether you’re running applications in the cloud, on-premise, or in a hybrid environment, App Insights offers actionable insights […]

Understanding Ingress in AKS

Kubernetes is a powerful tool for managing containerized applications at scale, and Ingress plays a crucial role in controlling external access to your services. In this blog, we’ll dive deep into Ingress in Azure Kubernetes Service (AKS), why it’s essential, and how to configure it, including setting up NGINX Ingress Controllers, using Azure’s Application Routing […]

How to manage secrets in Azure?

In today’s cloud-driven world, managing sensitive information such as API keys, passwords, and connection strings securely is crucial to ensure the security and reliability of your applications. Azure Key Vault offers a robust, centralized solution for managing secrets, encryption keys, and certificates. In this guide, we will explore how to manage secrets in Azure using […]

Setup K8s cluster on Azure

Kubernetes (K8s) has become the industry-standard platform for container orchestration,  offering efficient management of containerized applications. Microsoft Azure offers a managed Kubernetes service called Azure Kubernetes Service (AKS), which simplifies the deployment, scaling, and management of Kubernetes clusters.  Let’s roll up our sleeves and dive into the process of creating a Kubernetes (K8s) cluster on […]

Growing Old Together – K8s 10th Birthday

Few days back on 6th June’24 Kubernetes became 10 year Old and of course we all aged as well :). To be honest because of Kubernetes I could sail through my entrepreneurial journey so far and looking for many years together. Though I have not contributed much at the code front but did my bit […]

GenAI Demos: Text and Text-to-Image Generation

In our previous post, we discussed how training models can be both costly and time-consuming. This task is typically handled by major companies such as OpenAI, Google, and Facebook.  However, we can use LLM (Large Language Model) models to develop our own applications. Experiment With OpenAI’s ChatGPT Application  Click on ChatGPT and sign up to […]

Beyond Boundaries: The Artistry of Generative AI

Currently, AI is booming in the IT industry. Everyone is talking about AI and wants to get the most out of it as AI’s transformative potential simplifies human tasks and extends its influence across various sectors. In this introductory post, we’ll learn fundamental concepts behind GenAI, uncovering how machines learn to understand and generate data, […]

Bengaluru Kubernetes Meetup – May’24

Kubernetes Meetup - May24

After a long time I spoke at the Bengaluru Kubernetes Meetup last weekend. It was attended by close 150+ people at the Red Hat Office. There were talks on GitOps, CI/CD, KEDA and Ingress. I gave a talk on CNCF and AI, in which I summarised the Cloud Native Artificial Intelligence whitepaper; which was published in […]