-
Dive into Kubernetes Service Types: ClusterIP, Node Port, and LoadBalancer | by Irene | Medium
In the previous article, Deploying an ML Inference Application on Kubernetes: A Step-by-Step Guide Using Kind, we explored Kubernetes Deployment and Service. We created a Deployment for the inference…
-
Deploying an ML Inference Application on Kubernetes: A Step-by-Step Guide Using Kind | by Irene | Medium
In this article, we’ll walk through the process of setting up a local Kubernetes cluster using kind and deploying an MNIST inference application. This includes creating a Deployment and a Service to…