Pentesting Containerized Applications in GCP
If the organization you work for engages in DevOps or CI/CD application development, there’s an excellent chance that they have Docker or Kubernetes clusters in GCP. Let’s learn how to pentest them.
In this chapter, I will explain what containerization is, why containerization is used, and how containerization works in general. We’ll learn how Docker and Kubernetes work in GCP and how to use Trivy with Docker- and Kubernetes-based applications in GCP.
In this chapter, we’ll cover the following topics:
- How containerization works
- How Docker works in GCP
- How Kubernetes works in GCP
- Docker and Kubernetes pentesting techniques in GCP
So, let’s explore containerization in GCP!