What is Kubernetes: Kubernetes is an open-source tool used to manage and orchestrate the containers across the nodes/server, which helps us to build cloud-native applications released by google in 2014. All top 3 cloud providers support Kubernetes as serverless offerings. Why we should adopt Kubernetes In the world of microservices, managing the deployment and scalingContinue reading “What is Kubernetes and architecture?”
Tag Archives: API
ML Model deployment using REST API
In this video we will try to understand how to deploy a Machine Learning Model using Flask REST API python package.
REST API using Python and Flask
In this video we will try to deploy a simple REST Service using GET and POST methods using Flask python micro service package, we will use post man tool to test our API
What is REST and Web Services
In this video we will try to understand the importance of a REST Services