~/CloudSetup.In

reference & tooling for devops engineers

Every install command,
in one place.

Copy-paste installation guides, downloadable shell scripts, and command cheatsheets for the tools you reach for every week — no wiki-diving required.

sh — CloudSetup.In
18
tools documented
18
install scripts
12
categories
3
platforms per guide

Tools

Each entry ships an overview, per-OS install steps, a downloadable script, and a cheatsheet.
Docker stable

Build, ship, and run applications in isolated containers.

Dockerfile Containers
Kubernetes stable

Automate deployment, scaling, and management of containerized workloads.

deployment.yaml Orchestration
Ansible stable

Agentless configuration management and application deployment.

playbook.yml Configuration
Terraform stable

Define and provision infrastructure as declarative, versioned code.

main.tf Infrastructure
Jenkins stable

Self-hosted automation server for building, testing, and deploying pipelines.

Jenkinsfile CI/CD
Git stable

Distributed version control for tracking and collaborating on source code.

.gitconfig Version Control
Nginx stable

High-performance web server, reverse proxy, and load balancer.

nginx.conf Web Server
Prometheus stable

Pull-based metrics collection, storage, and alerting.

prometheus.yml Monitoring
Grafana stable

Visualize and alert on metrics, logs, and traces from any data source.

dashboard.json Monitoring
Helm stable

Package manager for Kubernetes — templated manifests as versioned charts.

Chart.yaml Orchestration
AWS CLI stable

Command-line control of every AWS service from one unified client.

credentials Cloud CLI
Vault stable

Centralized secrets management, encryption as a service, and identity-based access.

vault-config.hcl Secrets
Consul stable

Service discovery, health checking, and service mesh for distributed systems.

consul.hcl Service Mesh
Podman stable

Daemonless, rootless container engine with a Docker-compatible CLI.

Containerfile Containers
Argo CD stable

Continuously sync Kubernetes cluster state from a Git repository.

application.yaml GitOps
GitHub CLI stable

Drive pull requests, issues, and workflows from the terminal.

config.yml Version Control
Vagrant stable

Spin up reproducible development VMs from a single declarative file.

Vagrantfile Infrastructure
Packer stable

Build identical machine images for multiple platforms from one template.

template.pkr.hcl Infrastructure
No tools match that search — try a different keyword or category.

Common ports

The defaults you'll open in a firewall or security group for tools in this catalog.
PortToolNotes
22SSHRemote shell access to any Linux host
80 / 443NginxHTTP / HTTPS
2375 / 2376DockerDaemon API — plaintext / TLS
6443KubernetesAPI server
8080JenkinsDefault web UI
9090PrometheusWeb UI & HTTP API
3000GrafanaDefault web UI
8200VaultHTTP API
8300–8600ConsulServer RPC, Serf, and DNS
8443Argo CDWeb UI & gRPC API

Install scripts

Idempotent, Ubuntu/Debian-targeted .sh files — read them before you run them.
CloudSetup.In-scripts.tar.gz
All 18 install scripts bundled into one archive
↓ download all
ScriptInstalls
install-docker.shBuild, ship, and run applications in isolated containers.↓ download
install-kubernetes.shAutomate deployment, scaling, and management of containerized workloads.↓ download
install-ansible.shAgentless configuration management and application deployment.↓ download
install-terraform.shDefine and provision infrastructure as declarative, versioned code.↓ download
install-jenkins.shSelf-hosted automation server for building, testing, and deploying pipelines.↓ download
install-git.shDistributed version control for tracking and collaborating on source code.↓ download
install-nginx.shHigh-performance web server, reverse proxy, and load balancer.↓ download
install-prometheus.shPull-based metrics collection, storage, and alerting.↓ download
install-grafana.shVisualize and alert on metrics, logs, and traces from any data source.↓ download
install-helm.shPackage manager for Kubernetes — templated manifests as versioned charts.↓ download
install-aws-cli.shCommand-line control of every AWS service from one unified client.↓ download
install-vault.shCentralized secrets management, encryption as a service, and identity-based access.↓ download
install-consul.shService discovery, health checking, and service mesh for distributed systems.↓ download
install-podman.shDaemonless, rootless container engine with a Docker-compatible CLI.↓ download
install-argocd.shContinuously sync Kubernetes cluster state from a Git repository.↓ download
install-github-cli.shDrive pull requests, issues, and workflows from the terminal.↓ download
install-vagrant.shSpin up reproducible development VMs from a single declarative file.↓ download
install-packer.shBuild identical machine images for multiple platforms from one template.↓ download