Awesome Kubernetes

A curated list of awesome references collected since 2018.
Alternatives To Awesome Kubernetes
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Devops Exercises59,639
3 days ago61otherPython
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Awesome Kubernetes14,349
a month ago15otherShell
A curated list for awesome kubernetes sources :ship::tada:
Caprover11,313
11 days ago113otherTypeScript
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Ansible For Devops7,652
6 days ago98mitPython
Ansible for DevOps examples.
Devops Resources7,566
4 months ago14Groovy
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP
Terratest7,18920217 days ago418November 13, 2023232apache-2.0Go
Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
Docker Android6,413
8 days ago87otherPython
Android in docker solution with noVNC supported and video recording
Aws Sam Cli6,3993113a day ago177November 16, 2023413apache-2.0Python
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
Devops Roadmap6,334
a month ago6apache-2.0
DevOps Roadmap for 2023. with learning resources
Docker Lambda5,852381710 months ago15June 30, 201868mitC#
Docker images and test runners that replicate the live AWS Lambda environment
Alternatives To Awesome Kubernetes
Select To Compare


Alternative Project Comparisons
Readme

Nubenetes: Awesome Kubernetes & Cloud

A curated list of awesome references collected since 2018.

My VSCode's plugins:

Apparently Material for MKDocs requires an indentation of 4 spaces, otherwise nested lists and Tables Of Contents won't be rendered as expected.

My VSCode's settings.json :

{
    "markdown.extension.toc.levels": "2..6",
    "markdown.extension.tableFormatter.normalizeIndentation": true,
    "markdown.extension.toc.slugifyMode": "github",
    "markdown.extension.toc.orderedList": true,
    "markdown.extension.list.indentationSize": "adaptive",
    "files.autoSave": "afterDelay",
    "editor.detectIndentation": false,
    "editor.tabSize": 4,
    "window.zoomLevel": -1,
    "markdownlint.config": {
        "default": true,
        "MD013": false,
        "MD033": false,
        "MD007": { "indent": 4 },
        "no-hard-tabs": false
    },
    "editor.defaultFormatter": "vscode.github",
    "[markdown]": {
        "editor.defaultFormatter": "vscode.github"
    },
    "markdownlint.focusMode": false
}
Popular Docker Projects
Popular Amazon Web Services Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Docker
Amazon Web Services
Cloud Computing
Kubernetes
Azure
Awesome List
Groovy
Google Cloud Platform
Devops Tools