AWS EKS Tensorflow Deep MNIST
AWS Elastic Kubernetes Service (EKS) Deep MNIST
Dependencies:
1) Train a tensorflow model to predict mnist locally
2) Containerise the tensorflow model with our docker utility
3) Send some data to the docker model to test it

4) Install and configure AWS tools to interact with AWS
Configure aws so it can talk to your server
Install EKCTL
5) Use the AWS tools to create and setup EKS cluster with Seldon
Configure local kubectl
Setup Seldon Core
Push docker image
First we create a registry
Now prepare docker image
We now login to aws through docker so we can access the repository
And push the image
Running the Model
Test the model

Let's visualise the probability for each label
Last updated
Was this helpful?