VMVyankatesh Muleyinvnk50.hashnode.dev·Mar 5, 2024 · 4 min readDockerInstalling Docker $ sudo apt-get update $ sudo apt-get install -y ca-certificates curl gnupg $ sudo install -m 0755 -d /etc/apt/keyrings $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | \ sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg ...00
VMVyankatesh Muleyinvnk50.hashnode.dev·Feb 21, 2024 · 3 min readGit and GitOpsSource Code Management Two kinds of code Source code - written in high-level language Binaries - compiled from the source code Provided a central location to store your code, version changes and allow multiple developers to collaborate on the s...00
VMVyankatesh Muleyinvnk50.hashnode.dev·Feb 18, 2024 · 3 min readDemystifying DevOpsDevOps team That takes care of the entire SDLC life cycle - build deploy and monitor. Component of DevOps infinity loop Plan Code Build Test Release Deploy Operate Monitor Objective of DevOps To automate repeatable tasks as much as possible...00
VMVyankatesh Muleyinvnk50.hashnode.dev·Feb 18, 2024 · 1 min readA DevOps Journey: From Conceptualization to Security ImplementationContext :- I'm embarking on a series of blog posts to delve into the essence of DevOps. Rather than viewing this as a conventional blog, I see it more as a collection of personal notes. Throughout this journey, I'll be documenting my learnings and in...00