Saiyam PathakforKubesimplifykubesimplify.hashnode.net·Jun 7, 2022Kubesimplify - A Journey to rememberHello all, my name is Saiyam Pathak and I am currently working as a Director of technical evangelism at Civo. I work primarily on Kubernetes and its surrounding projects from the CNCF landscape. I like to keep learning new stuff, interact with the co...Lavakush Biyani and 7 others are discussing this8 people are discussing thisDiscuss·140 likes·1.7K readsKubernetes
Barkatul MujauddinforKubesimplifykubesimplify.hashnode.net·Aug 5, 2022FeaturedLet's Simplify Golang : Part 3This blog is part of the Golang series. Part1 Part2. Check them out if you haven't already. Functions A Function is a mapping between zero or more parameters for the input and zero or more parameters for the output. Functions are self-contained un...Saiyam Pathak and 7 others are discussing this8 people are discussing thisDiscuss·132 likes·2.1K readsGo Language
Arnav BarmanforKubesimplifykubesimplify.hashnode.net·Jan 3, 2023Firewall: A Network's Gatekeeper🌐Introduction A firewall is a part of the computer system or network whose fundamental objective is to separate trusted and untrusted components of a network. It uses pre-defined rules/policies to establish a secure connection and stop unauthorized ...Discuss·112 likes·469 reads#computernetwork
Aryan ParasharforAryan Parasharcodechill.hashnode.net·Apr 16, 2023Docker Basics & ArchitectureDocker is a containerization platform that allows you to package and deploy applications as lightweight, portable containers. Docker is a set of platforms a service product that uses OS-level virtualization to deliver software in packages called cont...Discuss·12 likes·62 readsWeMakeDevs
Arnav BarmanforKubesimplifykubesimplify.hashnode.net·Mar 29, 2023Iptables Firewall Demo: Learn How to Secure Your NetworkIntroduction This hands-on tutorial on creating your own firewall rules is in continuation of my previous blog. So if you haven't already read that, here's the link: https://blog.kubesimplify.com/firewall-a-networks-gatekeeper 💻IPTABLES firewall i...Saiyam Pathak and 2 others are discussing this3 people are discussing thisDiscuss·40 likes·154 readskubesimplify
Anuj Kumarforanujaj.hashnode.net·Feb 23, 2023Modernizing Monolithic Applications: From Virtual Machines to ContainersIntroduction There are so many different terms and software for deploying our software, but it is confusing for beginners to understand it, the content is spread on the internet but I wish I had a story where it explains how and why different types o...DiscussNavigating the Cloud Landscape: A Guide to Virtual Machines, Containers and ToolWeMakeDevs
Mohit Singhformohitsblog.hashnode.net·Feb 5, 2023Docker For BeginnersDocker For Beginners Why do you need Docker? Long setup time: As we all know, applications are not run in all environments in a traditional setup; if we want them to run in all environments, we must first set up each environment, which takes time...Discuss·44 readsDocker
Aviral SinghforKubesimplifykubesimplify.hashnode.net·Jan 23, 2023Introduction to Helm!Why Helm? Kubernetes is awesome at managing complexities and we humans often tend to struggle while dealing with complexities. An application deployed on a Kubernetes cluster can be very complex to handle. A typical application made up of a collectio...Saiyam Pathak and 1 other are discussing this2 people are discussing thisDiscuss·28 likes·344 readsHelm
Arnav BarmanforKubesimplifykubesimplify.hashnode.net·Jan 3, 2023Firewall: A Network's Gatekeeper🌐Introduction A firewall is a part of the computer system or network whose fundamental objective is to separate trusted and untrusted components of a network. It uses pre-defined rules/policies to establish a secure connection and stop unauthorized ...Discuss·112 likes·469 reads#computernetwork
Devang TomarforDevangdevangtomar.hashnode.net·Nov 1, 2022These command line tricks will help you expedite your Kubernetes tasks 🏃🏻♂️💨The most crucial Kubernetes command-line tool, kubectl, enables you to execute commands against clusters. You control Kubernetes using Kubectl, which is the primary command-line tool for Kubernetes. Kubectl is best thought of as SSH for Kubernetes, w...Discuss·29 readsk8s
Devang TomarforDevangdevangtomar.hashnode.net·Oct 23, 2022Kubernetes for Dummies, yes literally! ⚓Kubernetes, an often coupled technology with Docker, was something I wanted to write about after receiving a lot of response on my piece “Docker for rookies 🐳” If you haven’t already, please read Docker for Rookies 🐳 here. Knowing how to use a cont...Discuss·37 readsKubernetes
Barkatul MujauddinforKubesimplifykubesimplify.hashnode.net·Aug 5, 2022FeaturedLet's Simplify Golang : Part 3This blog is part of the Golang series. Part1 Part2. Check them out if you haven't already. Functions A Function is a mapping between zero or more parameters for the input and zero or more parameters for the output. Functions are self-contained un...Saiyam Pathak and 7 others are discussing this8 people are discussing thisDiscuss·132 likes·2.1K readsGo Language
Gilvan FilhoforGilvan Filhogilvansfilho.hashnode.net·Jul 22, 2022Jedi way to create configmap and secrets from env filesWhat you will see here... If you are here I suppose you known what are configmaps and secret. So I will not explain what they are. Instead I will show some tricks do create them from .env or .properties files (or whatever "key value" pairs file). Def...Discuss·6 likes·98 readsKubernetes