Bikash Kumar Samalbikashkumar.hashnode.dev·Oct 28, 2023Securing Kubernetes using Role Based Access Control (RBAC) & Namespace IsolationOur loan company offers two products: car loans and motorcycle loans. Recently, we've encountered some problems: Data from one product is accessed by the other, leading to inaccurate information and customer dissatisfaction. Business disruptions ca...KubernetesKubernetes
Achyut Dasachyutdas.hashnode.dev·Aug 29, 2023Project: Deployment of a Microservice Application on Kubernetes.curl http://192.168.49.2:30009/tasksIn this project microservice application was built using Flask and deployed on Kubernetes. It is designed to demonstrate how to build and deploy microservices on a Kubernetes cluster. Step 1: Clone the repository f...1 like·64 readskubernetes project
Bikash Kumar Samalbikashkumar.hashnode.dev·Jul 19, 2023Rolling Updates and Rollbacks in KubernetesLab scenario As a cloud developer on our team, you have been tasked with deploying and managing an updated version of the BrezyWeather weather application with zero downtime in a Kubernetes cluster. The updated version of the application contains new...KubernetesKubernetes