Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 3.28 KB

README.md

File metadata and controls

63 lines (42 loc) · 3.28 KB

Kubernetes

Learn more on Wiki

CRD's Controllers Operators


Network Policy Recipes (Calico)

  1. DENY all traffic to an application

  2. LIMIT traffic to an application

  3. ALLOW all traffic to an application

  4. DENY all non whitelisted traffic to a namespace

  5. DENY all traffic from other namespaces

  6. NPRC ALLOW traffic to an application from all namespaces

  7. ALLOW all traffic from a Namespace


Must Read

  1. Handling Client Requests Properly with Kubernetes
  2. Google - kubernetes api constructs

Blogs

  1. Resource Quotas
  2. Service