Managing MicroServices on Kubernates
What is microservices A microservice is an independently deployable unit of code which perform specific set of tasks and follows the principle of scalable, resilient and secure architecture. How to make the application scalable? In order to support scalability of a microservice we may containerize the application and take advantage…
Read More