BKBikash Kumar Samalinbikashkumar.hashnode.dev·Oct 28, 2023 · 18 min readSecuring 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...00
BKBikash Kumar Samalinbikashkumar.hashnode.dev·Jul 24, 2023 · 13 min readBuild a Developer Portal in Azure API ManagementConfigure an API Management service instance for the BrezyWeather API. You will use this service to import the OpenAPI specification and create new APIs. Use the Basic pricing tier while creating the account. Moreover, you may need to wait about an h...00
BKBikash Kumar Samalinbikashkumar.hashnode.dev·Jul 20, 2023 · 9 min readContainerize a Weather App Using DockerfileYou will need to have a proper environment to work with Docker. Git and Docker are already installed and available in this Docker workspace. You will need to clone the BrezyWeather repository locally. The clone URL is available under the Documentatio...00
BKBikash Kumar Samalinbikashkumar.hashnode.dev·Jul 20, 2023 · 4 min readDeploy and Expose Weather ServiceSet up the Environment Follow the process of from this blog - Write a Deployment Config For a Weather APP Create the Deployment for the Weather App Create a deployment manifest file for the Weather app and name it brezyweather-deployment.yml. The fil...00
BKBikash Kumar Samalinbikashkumar.hashnode.dev·Jul 19, 2023 · 8 min readRolling 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...00