Summary
We covered a lot of ground in this and the previous chapter when it comes to container security. We went over the basics of CI/CD security and then we understood what containers are. Kubernetes paved the way for modernizing applications. The deployments that used to take hours are now deployed in minutes and it’s also done several times a day. Kubernetes also makes it easy to scale deployments. GKE is Google’s managed offering for Kubernetes, which takes away the pain of management and the complexity. GKE is headed toward more robust, self-healing features. Granted, container and Kubernetes security can be quite challenging to understand, but our hope is that these last two chapters made it easy for you to get a solid foundation.
Congratulations! You have reached the end of this book. We hope you’ve enjoyed reading it as much as we enjoyed putting it together. We have covered a lot of ground on the different security offerings in Google Cloud, and we...