BBezuneshinblog.bezunesh.com·Mar 4, 2022 · 4 min readDjango REST framework viewsIn this article I want to discuss django REST framework views: what they are, how they differ from django views, and the different ways that they can be implemented. Views Views are functions or class methods that receive HTTP request, process a log...01M
BBezuneshinblog.bezunesh.com·Jan 26, 2022 · 6 min readInfrastructure as a Code in AWSIn this article I will discuss how a simplified, yet functional network, server and storage infrastructure can be implemented as Infrastructure as a Code (IaC) using Amazon Web Services (AWS). Outline: What is IaC ? Infrastructure design Amazon Cl...00
BBezuneshinblog.bezunesh.com·Apr 17, 2021 · 8 min readIaC, Kubernetes, CI/CD - A complete setup guideI recently did a DevOps bootcamp program called SheCodeAfrica - Cloud School. During the three month program I learned different cloud and DevOps technologies and tools. In my final project of the program, I used a django application and created a ...00
BBezuneshinblog.bezunesh.com·Mar 1, 2021 · 3 min readSetting up local Kubernetes on a virtual machineHere is how I set up local Kubernetes on a DigitalOcean virtual machine(VM) using minikube. minikube is a local Kubernetes, that allows to create and work on Kubernetes cluster locally. Requirements for setting up minikube. 2 CPUs or more 2GB of...00
BBezuneshinblog.bezunesh.com·Feb 6, 2021 · 2 min readLinux Primary vs Secondary User GroupsEvery user account in Linux belongs to a mandatory primary group and an optional secondary group(s). Why do we need the distinction ? When a user account is created using either of the commands: adduser or useradd, the default is to create the user...01D