Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stuttgart-things/docs

documentation in code snippets
https://github.com/stuttgart-things/docs

ansible aws codesnippets documentation flux golang kubernetes

Last synced: 2 days ago
JSON representation

documentation in code snippets

Awesome Lists containing this project

README

        

# stuttgart-things/docs

## /DOCS AND SNIPPETS

### /LINUX

| Name | Description |
| :----------------------- | :----------------------------------------------------------------------------------------------- |
| **[linux][linux]** | Linux is an open source operating system (OS). An operating system is the software that directly manages a system's hardware and resources, like CPU, memory, and storage. |

### /K8S

| Name | Description |
| :----------------------- | :----------------------------------------------------------------------------------------------- |
| **[k8s-general][k8s]** | Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services |
| **[helm][helm]** | Helm is a tool that streamlines installing and managing Kubernetes applications |
| **[velero][velero]** | Velero (formerly Heptio Ark) gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes. |
| **[tekton][tekton]** | Tekton is a powerful yet flexible Kubernetes-native open source framework for creating continuous integration and delivery (CI/CD) systems. It lets you build, test, and deploy across multiple cloud providers or on-premises systems by abstracting away the underlying implementation details. |

### /IAC

| Name | Description |
| :----------------------- | :----------------------------------------------------------------------------------------------- |
| **[ansible][ansible]** | Ansible® is an open source, command-line IT automation software application written in Python. It can configure systems, deploy software, and orchestrate advanced workflows to support application deployment, system updates, and more. |
| **[terraform][terraform]** | Terraform is an infrastructure as code tool that lets you build, change, and version cloud and on-prem resources safely and efficiently. |
| **[vault][vault]** | HashiCorp Vault is an identity-based secrets and encryption management system. A secret is anything that you want to tightly control access to, such as API encryption keys, passwords, and certificates. Vault provides encryption services that are gated by authentication and authorization methods. |
| **[cloud][cloud]** | A cloud service provider is an information technology (IT) company that provides its customers with computing resources over the internet and delivers them on-demand. |

### /GITOPS

| Name | Description |
| :----------------------- | :----------------------------------------------------------------------------------------------- |
| **[git][git]** | Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. |
| **[flux][flux]** | Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when there is new code to deploy. |
| **[argo-cd][argo-cd]** | Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. |

### /DEV

| Name | Description |
| :----------------------- | :----------------------------------------------------------------------------------------------- |
| **[golang][golang]** | Go, also known as Golang, is an open-source, compiled, and statically typed programming language designed by Google. It is built to be simple, high-performing, readable, and efficient. |
| **[taskfile][taskfile]** | A Taskfile is a bash (or zsh etc.) script that follows a specific format. It's called Taskfile and contains the tasks to build your project (or any other). |
| **[redis][redis]** | Redis, which stands for Remote Dictionary Server, is a fast, open source, in-memory, key-value data store. |
| **[elastic][elastic]** | The Elastic Stack is a group of open source products from Elastic designed to help users take data from any type of source and in any format, and search, analyze and visualize that data in real time. The product group was formerly known as the ELK Stack for the core products in the group -- Elasticsearch, Logstash and Kibana -- but has been rebranded as the Elastic Stack. |
| **[minio][minio]** | MinIO is a high performance, distributed object storage system. It is software-defined, runs on industry standard hardware and is 100% open source with the dominant license being GNU AGPL v3. |

[ansible]: https://github.com/stuttgart-things/docs/blob/main/ansible.md
[argo-cd]: https://github.com/stuttgart-things/docs/blob/main/argo-cd.md
[cloud]: https://github.com/stuttgart-things/docs/blob/main/cloud.md
[elastic]: https://github.com/stuttgart-things/docs/blob/main/elastic.md
[flux]: https://github.com/stuttgart-things/docs/blob/main/flux.md
[git]: https://github.com/stuttgart-things/docs/blob/main/git.md
[golang]:https://github.com/stuttgart-things/docs/blob/main/golang.md
[helm]: https://github.com/stuttgart-things/docs/blob/main/helm.md
[k8s]: https://github.com/stuttgart-things/docs/blob/main/k8s.md
[linux]: https://github.com/stuttgart-things/docs/blob/main/linux.md
[minio]: https://github.com/stuttgart-things/docs/blob/main/minio.md
[redis]: https://github.com/stuttgart-things/docs/blob/main/redis.md
[taskfile]: https://github.com/stuttgart-things/docs/blob/main/taskfile.md
[tekton]: https://github.com/stuttgart-things/docs/blob/main/tekton.md
[terraform]: https://github.com/stuttgart-things/docs/blob/main/terraform.md
[vault]: https://github.com/stuttgart-things/docs/blob/main/vault.md
[velero]: https://github.com/stuttgart-things/docs/blob/main/velero.md

## /Authors

```bash
Patrick Hermann, stuttgart-things 03/2023
Christian Mueller, stuttgart-things 08/2023
Martin Wolf, stuttgart-things 10/2023
```