Hands-on – creating a Kubernetes infrastructure on AWS
In this section, you will create a Kubernetes environment using Amazon EKS, a managed Kubernetes environment on AWS, which makes it easier to set up a Kubernetes cluster. Let’s first look at the problem statement.
Problem statement
As an ML solutions architect, you have been tasked with evaluating Kubernetes as a potential infrastructure platform for building an ML platform for one business unit in your bank. You need to build a sandbox environment on AWS and demonstrate that you can deploy a Jupyter notebook as a containerized application for your data scientists to use.
Lab instruction
In this hands-on exercise, you are going to create a Kubernetes environment using Amazon EKS, which is a managed service for Kubernetes on AWS that creates and configures a Kubernetes cluster with both master and worker nodes automatically. EKS provisions and scales the control plane, including the API server and...