From the course: Kubernetes and Cloud Native Security Associate (KCSA) Cert Prep

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Workload and app code security

Workload and app code security

When you're securing the pods running inside of a Kubernetes cluster which contain containers, you're going to have to think about two levels of security; workload security and app security. Workload security management refers to the process of ensuring security and integrity of applications running in a Kubernetes cluster. It's going to involve implementing security controls and monitoring to prevent unauthorized access, data breaches, and other security incidents. Now, system admins must have access to monitoring, logging, and network management tools to manage containers and clusters. So tools, ideas, platforms that help you out with this or anything around building, deploying, and running. For example, a good tool or method would be anything around GitOps. Application security, oddly enough, would be less around Kubernetes and more about the application itself. So scanning the code, checking the code, ensuring that the code in the image is secure. How does the security look around…

Contents