Join us

ContentUpdates and recent posts about Amazon EC2..
 Activity
@human_in_growth started using tool Rust , 6 days, 2 hours ago.
 Activity
@human_in_growth started using tool Ruby , 6 days, 2 hours ago.
 Activity
@human_in_growth started using tool Prometheus , 6 days, 2 hours ago.
 Activity
@human_in_growth started using tool PostgreSQL , 6 days, 2 hours ago.
 Activity
@human_in_growth started using tool Node.js , 6 days, 2 hours ago.
 Activity
@human_in_growth started using tool Grafana , 6 days, 2 hours ago.
 Activity
@human_in_growth started using tool Go , 6 days, 2 hours ago.
 Activity
@human_in_growth started using tool Docker , 6 days, 2 hours ago.
Story FAUN.dev() Team Trending
@eon01 shared a post, 6 days, 9 hours ago
Founder, FAUN.dev

Helm Cheat Sheet: Everything You Need to Know to Start Using Helm

Helm Kubernetes

Helm is the package manager Kubernetes was missing. It lets you package applications and their dependencies into charts, deploy them as versioned releases, and manage installs, upgrades, and rollbacks in a consistent and repeatable way. This post walks through what Helm is, how to install it, and the core commands you will use day to day.

 Activity
@varbear added a new tool Git , 6 days, 13 hours ago.
Amazon EC2 is a cloud service that provides on-demand virtual machines you can configure and run in AWS data centers. It lets you choose the operating system, CPU, memory, storage, and networking, then start or stop instances as needed. You are responsible for what runs inside the VM, including the OS configuration, patches, and applications.

EC2 is used to host a wide range of workloads, from simple web servers to large distributed systems. It is a foundational building block in AWS, often used directly or underneath higher-level services like Kubernetes, managed databases, or serverless platforms.