Securing your containers using GCP
Google offers a number of tools for monitoring containers in both Anthos and Google Kubernetes Engine (GKE).
For those unfamiliar with Google's offerings, Anthos is a platform that is designed for hybrid and multi-cloud deployment and allows you, among other features, to deploy container-oriented platforms such as Kubernetes. GKE is Google's enterprise-grade Kubernetes platform offered via Google Cloud Platform (GCP) and can be thought of as a rival to Amazon's EKS. Googles Container Registry is a platform for storing images that can be reused across your projects.
For the following sections, it is assumed that you have some prior knowledge of GCP. If you would like to know more about getting started with GCP, please visit the following link:
https://cloud.google.com/gcp/getting-started
Let's start by looking at container security in GCP.
Container Analysis and Binary Authorization in GCP
A useful feature that...