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:...k8sHPA
Mohmmad Saifsaif102.hashnode.dev·May 26, 2024A Guide to Resource Quotas and Horizontal Pod AutoscalingLet's explore how resource quotas and horizontal pod autoscaling (HPA) are implemented in Kubernetes, along with their key concepts, configurations, and interactions. Resource Quotas Resource quotas in Kubernetes manage and limit resource usage withi...Key components of resources quota
Mohmmad Saifsaif102.hashnode.dev·May 25, 2024A Guide to Namespaces and Resource Quotas for Kubernetes UsersIn Kubernetes, namespaces, and resource quotas are key concepts for managing and organizing resources within a cluster, especially in multi-tenant environments. Here's a detailed explanation of each: Namespaces Namespaces provide a way to divide clus...Key features