© 2023 Hashnode
#sre
Create Proxmox Template (Ubuntu 20.04 LTS) Prepare Proxmox node for Template creation process Working on Proxmox (RnD) IP: 172.16.7.41 Update/Upgrade all packages. And install libguestfs-tools package…
Create Proxmox Template (AlmaLinux 8) Prepare Proxmox node for Template creation process Update/Upgrade all packages. And install libguestfs-tools package sudo apt update sudo apt upgrade -y sudo apt…
Managing a GitHub organization's resources can be complex, regardless of the size of the company. This is particularly the case when there is a great number of teams and repositories to manage, access…
When it comes to DevOps, you may have come across some challenging concepts, such as Kubernetes, Docker, Helm, Prometheus, and others, which can be difficult to grasp without fundamental knowledge. Th…
A common use for a cache is to front a database, in order to improve latency, throughput or both. If the use case depends on these improved characteristics in order to survive, then we say that the ca…
Being equipped with the general Linux commands in your toolkit is a really good thing as a software engineer. It is a sort of gray area in terms of what you are supposed to know and why can't someone google such stuff? Having a good underst…
Site Reliability Engineering (SRE) is a software engineering discipline that focuses on the availability, performance, and reliability of software systems. SRE combines aspects of software development…
by Garet Wirth Cmd+C, Cmd+V About a year ago, Ookla's Senior Platform Architect linked me to the Github repository for Terraform's Cloud Development Kit, or CDK, with a "this looks interesting" note. …
What DevOps Is Around the year 2007, a systems architecture consultant named Patrick Debois was frustrated with the incongruence between developers and operations teams. It was during this time that h…
What Incident management in software refers to the process of identifying, responding to, and resolving unexpected events or failures that occur within a software system. These incidents can range from minor issues, such as a slow page load…