LBLokesh Baskararajaninlokeshbaskararajan.hashnode.dev·Jul 20, 2023 · 2 min readGIT - OverviewWhat is GIT? Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. The four areas of Git:...00
LBLokesh Baskararajaninlokeshbaskararajan.hashnode.dev·Jun 30, 2023 · 2 min readAzure DevOps pipeline using Self-hosted agentsSelf-Hosted agents An agent that you set up and manage on your own to run jobs is a self-hosted agent. You can use self-hosted agents in Azure Pipelines or Azure DevOps Server, formerly named Team Foundation Server (TFS). Self-hosted agents give you ...00
LBLokesh Baskararajaninlokeshbaskararajan.hashnode.dev·May 24, 2023 · 2 min readDevOps - Ansible 05/23/2023Story of ToyCraft ToyCraft is an enterprise which is global and famous for its cheap toys This application is accessed globally. The architecture of the application is as follows Every 15 days toycraft gives a new release and it has to update ...00
LBLokesh Baskararajaninlokeshbaskararajan.hashnode.dev·Apr 21, 2023 · 3 min readSimple docker ProjectTask: Create a Dockerfile for a simple web application (e.g. a Node.js or Python app) Steps: Launch AWS ubuntu ec2 instance. Open the security group of the instance and add a new inbound rule to allow all the IP addresses and ports to access the a...00
LBLokesh Baskararajaninlokeshbaskararajan.hashnode.dev·Apr 17, 2023 · 3 min readDocker - Day 1How to install docker?Can be installed in two ways⦿ Manual installation: Docker can be installed by following the instructions over here Refer Here ⦿ script-based installation Refer HereRun the below two comments:curl -fsSL https://get.docker.com -o ...00