Subhanshu Mohan Guptablogs.subhanshumg.com·Sep 30, 2024Optimizing Costs for Cloud Architectures with Kubernetes WorkloadsIn this III part of my Kubernetes series, we will dive deep into Cost Estimation for Cloud Architectures, focusing on practical strategies for managing the cost of running Kubernetes workloads in cloud environments like AWS, GCP, and Azure. Managing ...Discuss·12 likes·29 readsMastering Kubernetes: Revolutionizing Cloud-Native OperationsDevops
Rahul wathblog.aws-devops.blog·Aug 31, 2024Autoscaling Applications in Amazon EKS with Kubernetes Horizontal Pod Autoscaler (HPA)As your cloud-native applications scale in complexity and usage, managing performance and resource allocation becomes increasingly critical. Amazon Elastic Kubernetes Service (EKS) provides robust autoscaling capabilities to help you dynamically adju...DiscussAWS
Usama Aijazusamaaijaz.hashnode.dev·Aug 30, 2024Autoscaling in Kubernetes: A Beginner's GuideAutoscaling is a key feature in Kubernetes that allows your applications to handle varying workloads by automatically adjusting resources. There are three main types of autoscaling in Kubernetes: Horizontal Pod Autoscaler (HPA), Vertical Pod Autoscal...DiscussKubernetes
Nile Bitsnilebits.hashnode.dev·Aug 21, 2024Advanced DevOps Techniques: Scaling Microservices with KubernetesScaling microservices has become a fundamental skill in modern DevOps, especially as applications grow in complexity and demand. Kubernetes, as the leading container orchestration platform, provides powerful tools to manage and scale microservices ef...DiscussDevops
Balabvm.hashnode.dev·Jul 24, 2024How to use Kubernetes Horizontal Pod AutoscalerWhat is Autoscaling and Why it is important? Autoscaling means dynamically allocating cluster resources such as CPU and memory to your application based on real time demand. This ensures that your application is having the right amount of resources t...Discuss·75 readsKubernetes
BRYNNnote.heebin.site·Jul 19, 2024[Network Policies Resource Quotas HPA] in an EKS ClusterK8S ARCHITECTURE Defining Network Policies 1. ArgoCD Network Policy Purpose: Restrict traffic within the ArgoCD namespace and allow external traffic from a specific CIDR block. apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name:...Discussk8sHPA
Gopi Vivek Mannevivekmanne.hashnode.dev·Jul 16, 2024Day 17/40 Days of K8s: Kubernetes Autoscaling: HPA vs VPA ☸️❗Understanding Scaling in Kubernetes Scaling in Kubernetes means to adjusting the number of servers, workloads, or resources to meet demand. It's different from maintaining a fixed number of replicas, which is handled by the ReplicaSet controller(Hig...Discuss·1 likeVPA
Suvrakamal Dasblog.suvrakamaldas.online·Jun 29, 2024Scaling your ML API to One Million Requests per dayMany ML developers focus on making their ML models better, improving it's performance and etc, obviously, there is a lot it, also you don't focus on it because there are solutions like HF spaces to host your ml models on the internet just to share it...Discussrayserve
Gaurav Kumarkubernetes-by-gaurav.hashnode.dev·Jun 15, 2024Automating Scaling with Kubernetes Horizontal Pod Autoscaler(HPA)Introduction: The Horizontal Pod Autoscaler(HPA) is a key feature in kubernetes which automatically adjust number of replicas in pod deployment, replica set or replication controller based on custom metrics defined while applying HPA. It will help us...Discuss·41 readsKubernetes
Balajibalajidevops.hashnode.dev·Feb 10, 2024Understanding Resource Allocation in Kubernetes with Kubectl PluginIntroduction: In Kubernetes, efficient resource management is crucial for optimizing performance and ensuring stability within the cluster. To facilitate this, Kubernetes provides various tools and commands for monitoring and managing resource alloca...Discuss·1 like·40 readskubectl-view-allocation