SRSaurav Ranainkubesimplify.hashnode.dev·May 10, 2023 · 9 min readDocker Networking DemystifiedIntroduction Docker has transformed the way developers build, ship, and run applications. Its networking capabilities are a key feature that allows containers to communicate with one another and the outside world. However, Docker networking can be co...01S
SRSaurav Ranainwrittenwisdom.hashnode.dev·Apr 19, 2023 · 5 min readDocker Networking Demystified: Part 1Introduction Docker has transformed the way developers build, ship, and run applications. Its networking capabilities are a key feature that allows containers to communicate with one another and the outside world. However, Docker networking can be co...00
SRSaurav Ranainwrittenwisdom.hashnode.dev·May 20, 2022 · 7 min readKubernetes 101 : PodKubernetes, also known as K8s, is an open-source system for automating the deployment, scaling, and management of containerized applications. And in Kubernetes, Pods are the smallest deployable units of computing that you can create and manage in Kub...00
SRSaurav Ranainwrittenwisdom.hashnode.dev·Aug 11, 2021 · 5 min readK-means Clustering and its Cybersecurity Use CasesWhat is K-means Clustering? k-means clustering is an iterative aggregation or (clustering) method which, wherever it starts from, converges on a solution. The solution obtained is not necessarily the same for all starting points. For this reason, the...00
SRSaurav Ranainwrittenwisdom.hashnode.dev·Aug 5, 2021 · 3 min readVehicle Number Plate RecognitionAbout task Create a model that will detect a car in a live stream or video and recognize characters on the number plate of the car. Then, it will use the characters and fetch the owner’s information using RTO APIs and will be shown in the Web portal ...00