Werf : A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices

Install Werf ➜ ~ curl -sSLO https://werf.io/install.sh && chmod +x install.sh ➜ ~ ./install.sh --version 1.2 --channel stable [INPUT REQUIRED] Current login shell is "zsh". Press ENTER to setup werf for this shell or choose another one. [b]ash/[z]sh/[a]bort? Default: zsh. z [INPUT REQUIRED] trdl is going to be installed in "/Users/sangambiradar/bin/". Add this directory to your $PATH in "/Users/sangambiradar/.zshrc" and "/Users/sangambiradar/.zprofile"? (strongly recommended) [y]es/[a]bort/[s]kip? Default: yes. yes [INFO] Installing trdl to "/Users/sangambiradar/bin/"....

8 min · Sangam Biradar

Arkade : Open Source Marketplace for Kubernetes

Getting started with Arkade CLI Macos/Linux ~ curl -sLS https://get.arkade.dev | sudo sh Password: Downloading package https://github.com/alexellis/arkade/releases/download/0.9.7/arkade-darwin-arm64 as /tmp/arkade-darwin-arm64 Download complete. Running with sufficient permissions to attempt to move arkade to /usr/local/bin New version of arkade installed to /usr/local/bin Creating alias 'ark' for 'arkade'. _ _ __ _ _ __| | ____ _ __| | ___ / _` | '__| |/ / _` |/ _` |/ _ \ | (_| | | | < (_| | (_| | __/ \__,_|_| |_|\_\__,_|\__,_|\___| Open Source Marketplace For Developer Tools Version: 0....

13 min · Sangam Biradar

CertManager : Automatically provision and manage TLS certificates in Kubernetes

Start Minikube minikube-certmanager git:(main) minikube start 😄 minikube v1.30.0 on Darwin 13.3.1 (arm64) ✨ Using the docker driver based on existing profile 👍 Starting control plane node minikube in cluster minikube 🚜 Pulling base image ... 🏃 Updating the running docker "minikube" container ... ❗ Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: v1....

6 min · Sangam Biradar

Flannel is a network fabric for containers, designed for Kubernetes

kubenetes networking Networking details Platforms like Kubernetes assume that each container (pod) has a unique, routable IP inside the cluster. The advantage of this model is that it removes the port mapping complexities that come from sharing a single host IP. Flannel is responsible for providing a layer 3 IPv4 network between multiple nodes in a cluster. Flannel does not control how containers are networked to the host, only how the traffic is transported between hosts....

7 min · Sangam Biradar

Okteto : Develop your applications directly in your Kubernetes Cluster

Getting started with Oketo CLI Macos/Linux ➜ curl https://get.okteto.com -sSfL | sh > Using Release Channel: stable > Using Version: 2.14.0 > Downloading https://downloads.okteto.com/cli/stable/2.14.0/okteto-Darwin-arm64 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 74.8M 100 74.8M 0 0 20.0M 0 0:00:03 0:00:03 --:--:-- 20.0M Login into Okteto Cloud via Github Account Configuring Okteto CLI with Okteto Cloud ➜ okteto context A context defines the default cluster/namespace for any Okteto CLI command....

7 min · Sangam Biradar