Now that we are done with the previous chapters, we are good to start with an alternative Enterprise Grade Container Orchestration platform, Kubernetes, which is booming in the IT industry due to its tremendous features like Automatic binpacking, self healing, automated rollback and etc... So in this chapter, the following recipes related to Kubernetes will be covered:
- Deploying multinode clusters on AWS using the Ansible playbook
- Deploying a multinode production-ready cluster on AWS using Kops
- Deploying a sample application on Kubernetes
- Working with Kubernetes on AWS using AWS resources
- Jenkins pipeline 2.0 (Pipeline as Code) using Jenkinsfile
- Application deployment using Jenkinsfile
- Deploying microservices applications in Kubernetes using Jenkinsfile
Before moving ahead with the recipes, here is a short introduction...