DEV Community

Cover image for How to learn and practice more in Kubernetes Network Policy for CKx exams and EKS ?
Walter Lee for AWS Community Builders

Posted on

9 2

How to learn and practice more in Kubernetes Network Policy for CKx exams and EKS ?

Good to learn more in Kubernetes network policy for CKx exams and EKS. Below are resources:
1/ read official doc and try to understand them well - https://kubernetes.io/docs/concepts/services-networking/network-policies/
2/ bookmark samples for exams and EKS setups - https://kubernetes.io/docs/concepts/services-networking/network-policies/#networkpolicy-resource
3/ do more practices at https://github.com/ahmetb/kubernetes-network-policy-recipes
4/ visualize (image below) and try more at https://editor.cilium.io/ - it allows you to save the final netpol in k8s netpol OR Cilium netpol (EKS-A is using Cilium !)

Image description

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post