Skip to content

Instantly share code, notes, and snippets.

@mrbobbytables
Last active October 3, 2024 22:28
Show Gist options
  • Save mrbobbytables/b9cad14533cce798746620bf63749b7e to your computer and use it in GitHub Desktop.
Save mrbobbytables/b9cad14533cce798746620bf63749b7e to your computer and use it in GitHub Desktop.
ref-arch-template
---
title:
date: YYYY-MM-DD
org_name:
org_team:
org_url:
contact:
email:
org_description: |
org_size: # size of entire org
user_size: # size of target userbase - could be internal team etc
industries:
-
tags:
-
reference_architectures:
-
status: Completed
---
## Relevant CNCF projects
{{< cardpane >}}
{{< card header="Kubernetes" >}}
[![kubernetes logo](https://raw.githubusercontent.com/cncf/artwork/main/projects/kubernetes/icon/color/kubernetes-icon-color.svg)](https://www.cncf.io/projects/kubernetes/)
- **Using since:** 2016
- **Current version:** 1.31
Kubernetes has been a staple in our infrastrucutre. We've upgraded in place and have had a minimal amount of issues in the time that we've used it.
{{< /card >}}
{{< card header="Helm" >}}
[![helm logo](https://raw.githubusercontent.com/cncf/artwork/main/projects/helm/icon/color/helm-icon-color.svg)](https://www.cncf.io/projects/helm/)
- **Using since:** 2017
- **Current version:** v3.14.0
Helm works well for what it is. You need to watch how you use it and how you bring in
dependencies since sprawl and overly configurable charts can quickly make something that was
easy to manage, to something very difficult
{{< /card >}}
{{< card header="Prometheus" >}}
[![prometheus logo](https://raw.githubusercontent.com/cncf/artwork/main/projects/prometheus/icon/color/prometheus-icon-color.svg)](https://www.cncf.io/projects/prometheus/)
- **Using since:** 2016
- **Current version:** 1.31
Prometheus has been a staple in our infrastrucutre. We've upgraded in place and have had a minimal amount of issues in the time that we've used it.
{{< /card >}}
{{< /cardpane >}}
## Describe your organisation
## Describe your entity and/or team
## Brief overview of your architecture and any potential goals you are trying to achieve with it?
## Can you expand on why you are using those projects/services?
## What has worked well?
## What has not worked well?
## What sort of "glue" have you had to develop to enable usage of your architecture?
## Has your architecture evolved? What lessons did you learn from previous iterations?
## What's next for your architecture? What are you looking to do next?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment