FSFemi-Fadiya Segun pelumiinkodenops.hashnode.dev·Apr 1 · 2 min readSetting up Git Authentication via Ubuntu TerminalObviously, have a github account In your terminal run the command below ssh-keygen -t ed25519 -C "YOUR GITHUB EMAIL" The terminal will interactively prompt you for the following Generating public/00
FSFemi-Fadiya Segun pelumiinkodenops.hashnode.dev·Mar 14 · 16 min readBuilding Docker ImagesThere is nothing you wan tell me...DevOps engineers are photographers. Baddest ones at it sef. So, as a newbie in DevOps, one of the core concept you will learn after Virtualization is Containerizatio00
FSFemi-Fadiya Segun pelumiinkodenops.hashnode.dev·Sep 13, 2025 · 10 min readWorking With Your First PodWe’ve discuss how to setup your kubernetes environment both in production and locally on your laptop. We will be taking this further into actually working with Kubernetes. In this article, we will be working with Pods for the first time. At the end o...00
FSFemi-Fadiya Segun pelumiinkodenops.hashnode.dev·Sep 2, 2025 · 5 min readKubernetes: Getting StartedIn case you missed the previous articles in this Kubernetes Series, you can start from Here: Kubernetes For Beginners Objective In this article, we will be setting up our Kubernetes environment and create our first Pod. At the end of this article, yo...00
FSFemi-Fadiya Segun pelumiinkodenops.hashnode.dev·Sep 1, 2025 · 7 min readKubernetes: Architecture ExplainedIn the previous article, we discuss the problem kubernetes solves. In case you miss it, you can catch-up Here: Kubernetes - Introduction With the introduction out of the line, let’s discuss the Kubernetes environment Kubernetes Architecture Instead o...00