PTPriya Tindevops-notes.hashnode.dev路Aug 19, 2024 路 9 min readDevOpsified Project - 1This project involved containerizing a Go web application, deploying it to a Kubernetes cluster using EKS, and setting up a CI/CD pipeline using GitHub Actions and ArgoCD. Below is a detailed breakdown of the steps taken, including commands, outputs,...00
PTPriya Tindevops-notes.hashnode.dev路Apr 22, 2024 路 5 min readMuggling Through with Kubernetes馃ィ The Struggling Potter Once upon a time, there was a talented artist named Harry who crafted exquisite ceramic mugs. As word of his artistry spread far and wide, orders came pouring in. However, Harry soon struggled to keep up with the overwhelming...00
PTPriya Tinmy-devops-challenge.hashnode.dev路Jul 19, 2023 路 3 min readDay -16Docker for DevOps Engineers What is Docker? Open platform to package, deploy, and manage applications in containers. Allows bundling an app with all its dependencies into a standardized unit (container). Containers - Standardized units that packa...00
PTPriya Tinmy-devops-challenge.hashnode.dev路Jul 18, 2023 路 2 min readDay - 15Python Libraries for DevOps Reading JSON and YAML in Python: DevOps Engineers need to parse various file formats, including txt, json, and yaml. Python offers essential libraries for DevOps tasks, such as os, sys, json, and yaml. Proficiency in th...00
PTPriya Tinmy-devops-challenge.hashnode.dev路Jul 17, 2023 路 4 min readDay -13What is Python and Who is the creator of Python programming language? Python was created by Dutch programmer Guido van Rossum in the late 1980s while working at the National Research Institute for Mathematics and Computer Science in the Netherlands. ...00