Skip to content

Commit

Permalink
docs: initial list of ancillary technologies of Keptn added.(#733)
Browse files Browse the repository at this point in the history
Signed-off-by: Sudipto Baral <[email protected]>
  • Loading branch information
sudiptob2 committed Feb 9, 2023
1 parent b5c5801 commit bfdf5b9
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Contributing

## Ancillary Technologies
This section serves as a reference for various supplementary technologies associated with Keptn.
The information has been gathered from the community and is subject to alteration.
It is suggested that this list be utilized as a means of gaining familiarity with the ancillary technologies of Keptn.
If you believe that additional content should be included in this list, please submit a comment on issue
[#733](https://github.com/keptn/lifecycle-toolkit/issues/733).

<details>
<summary>Kubernetes</summary>

- **Understand the basics of Kubernetes**
- [ ] [Kubernetes For Beginner](https://youtu.be/X48VuDVv0do)
- **Kubernetes Architecture**
- [ ] [Philosophy](https://youtu.be/ZuIQurh_kDk)
- [ ] [Kubernetes Deconstructed: Understanding Kubernetes by Breaking It Down](https://www.youtube.com/watch?v=90kZRyPcRZw)
- **CRD**
- [ ] [Custom Resouce Definition (CRD)](https://www.youtube.com/watch?v=xGafiZEX0YA)
- [ ] [Kubernetes Operator simply explained in 10 mins](https://www.youtube.com/watch?v=ha3LjlD6g7g)
- [ ] [Writing Kubernetes Controllers for CRDs](https://www.youtube.com/watch?v=7wdUa4Ulwxg)
- **Kube-builder Tutorial**
- [ ] [book.kubebuilder.io](https://book.kubebuilder.io/introduction.html)
- **Isitobservable**
- [ ] Keptn has tight integrations with Observability tools and therefore knowing how to _Observe a System_ is important.
- [ ] [Isitobservable website](https://isitobservable.io/)
- [ ] [Is it Observable? with Henrik Rexed](https://www.youtube.com/watch?v=aMwk2qo0v40)
</details>

<details>
<summary>Understanding SLO, SLA, SLIs</summary>

- **Overview**
- [ ] [overview](https://www.youtube.com/watch?v=tEylFyxbDLE)
- [ ] [The Art of SLOs (Service Level Objectives)](https://www.youtube.com/watch?v=E3ReKuJ8ewA)
</details>

## Linters

This project uses a set of linters to ensure good code quality.
Expand Down

0 comments on commit bfdf5b9

Please sign in to comment.