NNidhiinnidhinidhi.hashnode.dev·Apr 17, 2024 · 2 min readSetting up Microk8sMicroK8s is a lightweight Kubernetes distribution developed by Canonical, the company behind Ubuntu. It's designed for easy deployment and testing on a single machine or small clusters. MicroK8s provides a quick way to set up a Kubernetes environment...00
NNidhiinnidhinidhi.hashnode.dev·Apr 15, 2024 · 2 min readWhy you need Kubernetes and what it can do?☸ Service discovery and load balancing: Kubernetes can expose a container using the DNS name or using their own IP address. If traffic to a container is high, Kubernetes is able to load balance and distribute the network traffic so that the deploymen...00
NNidhiinnidhinidhi.hashnode.dev·Mar 3, 2023 · 2 min readDay 17: Docker Project#Day17 of #90DaysofDevops challenge Click here to view Day 17 Task. Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these...00
NNidhiinnidhinidhi.hashnode.dev·Mar 2, 2023 · 3 min readDay 16: Docker for DevOps Engineers#Day16 of #90DaysofDevops challenge Click here to view Day 16 Task. Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have eve...01T
NNidhiinnidhinidhi.hashnode.dev·Feb 25, 2023 · 1 min readDay 15: Python Libraries#Day15 of #90DaysofDevops challenge Click here to view Day 15 Task Reading JSON and YAML in Python As a DevOps Engineer you should be able to parse files, be it txt, json, yaml, etc. You should know what all libraries one should use in Pythonfor De...00