Skip to content

Instantly share code, notes, and snippets.

View mgpradeepa's full-sized avatar
:octocat:

mgpradeepa mgpradeepa

:octocat:
View GitHub Profile
@mgpradeepa
mgpradeepa / Terraform vs Helm.md
Last active June 14, 2024 05:01
Terraform vs Helm

Create Cloud Infra, maintain, monitor. Also create virtual env for Apps to execute.

For Devops one of the primary focus is to manage the deployment environments. However with so much of varieties devops needs a way to ease it out. Devops team has more responsibility to create and monitor the entire Cloud infra and also create env for the applications to run.

We observe Terraform and Helm are two such ways technologies available to get utilized from. Terraform helps the engineer to direct the need by using HCL files instead of obtaining each cloud components to get the setup done. Terraform needs the requirement of the cloud to be clear and direct it usig HCL (Hashicorp Configuration Language). However Terraform depends on many thirdparty plugins for enabling the cloud infra

HELM

@mgpradeepa
mgpradeepa / mgptechpppy.md
Created March 23, 2025 09:32
Dist about python

Python

Python is the most picked language for quick analysis and experiments. Its vast support of libraries makes the developers get helped easily

Lets make our hands dirty

To start with we will have to install python. Prefer to be with the latest

sudo apt update && sudo apt install python3