Skip to content

Commit

Permalink
Merge pull request #28 from AbsaOSS/devops-toolkit-video
Browse files Browse the repository at this point in the history
Embeding Github Actions review and tutorial
  • Loading branch information
kuritka authored Jun 8, 2021
2 parents 978862d + 17ef923 commit 0618ac4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ a private image registry and multi-cluster support.
- [Multi Cluster on isolated networks](#multi-cluster-on-isolated-networks)
- [Two pairs of clusters on two isolated networks](#two-pairs-of-clusters-on-two-isolated-networks)
- [Private Registry](#private-registry)
- [Single Cluster](#single-cluster-with-private-registry)
- [Multi Cluster](#multi-cluster-with-private-registry)

## Introduction

Expand All @@ -22,6 +20,13 @@ availability under heavy load or in the face of resource failure. **AbsaOSS/k3d-
functionality**. For instance, the E2E use-case is [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) testing
in [AbsaOSS/k8gb](https://github.com/AbsaOSS/k8gb).

<p align="center">
<a href="https://www.youtube.com/embed/eZcAvTb0rbA" title="Github Actions review and tutorial by #DevOps Toolkit">
<img src="https://user-images.githubusercontent.com/7195836/118461760-4a558880-b6fe-11eb-9ffc-5a87c87ed543.png">
</a>
<i>The full CI/CD pipeline tutorial with k3d-action by <a href="https://github.com/vfarcic">Viktor Farcic</a>.</i>
</p>

## Getting started
AbsaOSS/k3d-action runs [k3d](https://k3d.io/) which is a lightweight wrapper to run [k3s](https://k3s.io/)
(Rancher Lab’s minimal Kubernetes distribution) in containers. Thanks to that, we could spin up the test environment
Expand Down

0 comments on commit 0618ac4

Please sign in to comment.