Deploy a DaemonSet that runs a monitoring agent (e.g., Fluentd) on specific nodes based on node labels. Configure resource limits to control CPU and memory usage.
Solution:TASK 1 Solution
In this simple example you will learn how to create a deployment with init and sidecar container
Solution:TASK 2 Solution
In this example you will learn how to configure a staic pods with readiness and liveliness probes
Solution:TASK 3 Solution
In this example you will learn how to Set up a Kubernetes NetworkPolicy to restrict communication between pods in different namespaces. This will introduce you to Kubernetes networking and security controls.
Solution:TASK 4 Solution