Skip to content

Commit

Permalink
Merge pull request #783 from Kuadrant/docs-videos
Browse files Browse the repository at this point in the history
Adding some docs videos from our library
  • Loading branch information
openshift-merge-bot[bot] authored Feb 8, 2024
2 parents 3f48992 + 416f9dd commit 81b873c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/dnspolicy/dns-health-checks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# DNS Health Checks
DNS Health Checks are a crucial tool for ensuring the availability and reliability of your multi-cluster applications. Kuadrant offers a powerful feature known as DNSPolicy, which allows you to configure and verify health checks for DNS endpoints. This guide provides a comprehensive overview of how to set up, utilize, and understand DNS health checks.

## Video Overview
<iframe width="100%" height="400" src="https://www.youtube.com/embed/UV04eHDrioo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## What are DNS Health Checks?
DNS Health Checks are a way to assess the availability and health of DNS endpoints associated with your applications. These checks involve sending periodic requests to the specified endpoints to determine their responsiveness and health status. by configuring these checks via the [DNSPolicy](./dnspolicy.md), you can ensure that your applications are correctly registered, operational, and serving traffic as expected.

Expand Down
3 changes: 3 additions & 0 deletions docs/dnspolicy/dnspolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
The DNSPolicy is a [GatewayAPI](https://gateway-api.sigs.k8s.io/) policy that uses `Direct Policy Attachment` as defined in the [policy attachment mechanism](https://gateway-api.sigs.k8s.io/v1alpha2/references/policy-attachment/) standard.
This policy is used to provide dns management for gateway listeners by managing the lifecycle of dns records in external dns providers such as AWS Route53 and Google DNS.

## Overview Video
<iframe width="100%" height="400" src="https://www.youtube.com/embed/TnUE3G6bsoQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## How it works

A DNSPolicy and its targeted Gateway API networking resource contain all the statements to configure both the ingress gateway and the external DNS service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ to take effect.

![arch](../images/skupper/skupper-poc-2-gateways-resiliency-walkthrough.png)

## Video Demo

<iframe width="100%" height="400" src="https://www.youtube.com/embed/3FnzIZJaXBg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Requirements

Expand Down
3 changes: 3 additions & 0 deletions docs/how-to/metrics-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This walkthrough shows how to install a metrics federation stack locally and que

![arch](../images/metrics/metrics-federation.png)

## Video Walkthrough
<iframe width="100%" height="400" src="https://www.youtube.com/embed/MCuamD859WI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Installation and Configuration of Metrics
This document will guide you in installing metrics for your application and provide directions on where to access them. Additionally, it will include dashboards set up to display these metrics.

Expand Down

0 comments on commit 81b873c

Please sign in to comment.