RefDesk — Essential DevOps & Linux Resources

Updated Jun 2026 · Tested on Linux, DevOps, Cloud

Advertisement

A hand-picked directory of the resources we actually use — official documentation, download and install pages, container registries, and learning hubs for the modern Linux, DevOps, and cloud stack. Every link goes to a canonical, current source, so you’re always one click from the real docs or the official download.

Infrastructure as Code

The tools for defining and provisioning infrastructure declaratively.

ToolDocumentationDownload / Get started
Terraformdeveloper.hashicorp.com/terraformInstall · Registry
OpenTofuopentofu.org/docsInstall
Pulumipulumi.com/docsDownload
Ansibledocs.ansible.comInstall · Galaxy

Containers & orchestration

Building, shipping, and running containers.

ToolDocumentationDownload / Hub
Dockerdocs.docker.comGet Docker · Docker Hub
Kuberneteskubernetes.io/docsInstall kubectl
Podmandocs.podman.ioInstall
Helmhelm.sh/docsInstall · Artifact Hub
containerdcontainerd.io/docsReleases

GitOps & CI/CD

Continuous delivery and Git-driven deployment.

ToolDocumentationSource / Releases
Argo CDargo-cd.readthedocs.ioGitHub
Argo Workflowsargo-workflows.readthedocs.ioGitHub
Fluxfluxcd.io/fluxInstall
Jenkinsjenkins.io/docDownload
GitHub Actionsdocs.github.com/actionsMarketplace
GitLab CI/CDdocs.gitlab.com/ci

Observability & monitoring

Metrics, logs, traces, and dashboards.

ToolDocumentationDownload
Prometheusprometheus.io/docsDownload
Grafanagrafana.com/docsDownload · Dashboards
Lokigrafana.com/docs/lokiReleases
OpenTelemetryopentelemetry.io/docsDownloads
Jaegerjaegertracing.io/docsDownload

Cloud provider docs

The big three, plus their CLIs.

ProviderDocumentationCLI / Tools
AWSdocs.aws.amazon.comAWS CLI · Architecture Center
Google Cloudcloud.google.com/docsgcloud CLI
Microsoft Azurelearn.microsoft.com/azureAzure CLI

Linux distributions & docs

Official documentation for the distributions you’ll actually run.

DistroDocumentation
Ubuntuubuntu.com/server/docs · Help
Debiandebian.org/doc
Red Hat (RHEL)docs.redhat.com
Rocky Linuxdocs.rockylinux.org
Fedoradocs.fedoraproject.org
Arch Linuxwiki.archlinux.org

Shell, scripting & core tools

References for the command line itself.

ResourceWhat it’s for
GNU Bash ManualThe official Bash reference
ShellCheckLint your shell scripts (source)
explainshellBreak down any command line
GNU CoreutilsManual for ls, cp, find, and friends
tldr pagesPractical, example-first man pages
man7.orgAuthoritative Linux man pages

Learning & reference hubs

Where to go deeper.

ResourceWhat it offers
Kubernetes the Hard WayBuild a cluster from scratch to learn the internals
CNCF LandscapeMap of the entire cloud-native ecosystem
roadmap.sh (DevOps)Visual learning paths for DevOps and SRE
Google SRE BooksThe SRE books, free to read online
DevDocsUnified, searchable API docs for dozens of tools
Awesome SysadminCurated list of open-source sysadmin tools

Looking for hands-on guides rather than links? Browse our DevOps topic for tested, copy-paste references, or start with the full topic index.

Advertisement