April 27, 2020
Deploying applications using Kubernetes
Introduction In this Tech Bite we will show you how to deploy services using Kubernetes, a popular tool for the management of containerized applications. For tutorial purposes, two services will be deployed, fe-deploy, and be-deploy (each service is part of one image). Spinning Pods using Deployment object The smallest deployable…