SVShivani Vaikarinlearn-aws-basics.hashnode.dev·Mar 21, 2025 · 4 min readKubernetes Service Mesh: Istio vs Linkerd – A Deep Dive into Service Meshes and Traffic ManagementIntroduction In modern cloud-native architectures, microservices communicate extensively over the network. However, this communication introduces challenges such as service discovery, load balancing, security, observability, and traffic management. A...00
SVShivani Vaikarinkubernetes-service-discovery.hashnode.dev·Mar 1, 2025 · 4 min readKubernetes Service Discovery: A Deep DiveIntroduction Kubernetes is a powerful container orchestration platform, but its real strength lies in how it enables seamless communication between microservices. One of the key challenges in a dynamic environment like Kubernetes is service discovery...00
SVShivani Vaikarinlearn-aws-basics.hashnode.dev·Feb 21, 2025 · 3 min readOptimizing CI/CD Pipelines for Kubernetes DeploymentsIntroduction In modern DevOps workflows, Continuous Integration and Continuous Deployment (CI/CD) are critical for deploying applications seamlessly on Kubernetes. A well-optimized CI/CD pipeline ensures faster deployments, fewer errors, and improved...00
SVShivani Vaikarinlearn-aws-basics.hashnode.dev·Feb 10, 2025 · 2 min readDeploying a Demo Pod on Kubernetes using MinikubeKubernetes is a powerful container orchestration platform that simplifies deploying, scaling, and managing containerized applications. In this blog, we will walk through deploying a simple pod on Kubernetes using Minikube. Prerequisites Before we get...00
SVShivani Vaikarinkubernetes-setup-localsystem.hashnode.dev·Feb 8, 2025 · 2 min readInstalling Minikube and kubectl on Unix-Based Local SystemsMinikube is a lightweight Kubernetes implementation that enables developers to run a Kubernetes cluster locally. It is particularly useful for testing and development purposes. kubectl is the command-line tool that allows interaction with Kubernetes ...00