From a432637298d3d3cd824b2320246f8b13bd59f3a3 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Mon, 10 Apr 2023 16:36:35 -0400 Subject: [PATCH] Adding more EDU videos (#803) --- source/administration/object-management.rst | 7 +++++++ .../object-management/object-lifecycle-management.rst | 6 ++++++ .../administration/object-management/object-retention.rst | 5 +++++ .../object-management/object-versioning.rst | 5 +++++ source/includes/container/installation.rst | 7 +++++++ source/includes/container/quickstart.rst | 8 ++++++++ source/includes/k8s/quickstart.rst | 6 ++++++ source/includes/linux/quickstart.rst | 8 ++++++++ source/includes/macos/quickstart.rst | 6 ++++++ source/includes/windows/quickstart.rst | 7 +++++++ source/index.rst | 8 -------- source/operations/monitoring.rst | 5 +++++ .../monitoring/collect-minio-metrics-using-prometheus.rst | 5 +++++ 13 files changed, 75 insertions(+), 8 deletions(-) diff --git a/source/administration/object-management.rst b/source/administration/object-management.rst index 692e403b..aed67c86 100644 --- a/source/administration/object-management.rst +++ b/source/administration/object-management.rst @@ -8,6 +8,13 @@ Object Management :local: :depth: 1 +.. container:: extlinks-video + + - `Versioning overview `__ + - `Object locking and retention overview `__ + - `MinIO Object Lifecycle Management Part I `__ + - `MinIO Object Lifecycle Management Part II `__ + .. _objects: An :ref:`object ` is binary data, such as images, audio files, spreadsheets, or even binary executable code. diff --git a/source/administration/object-management/object-lifecycle-management.rst b/source/administration/object-management/object-lifecycle-management.rst index 9c651048..cee3c7e3 100644 --- a/source/administration/object-management/object-lifecycle-management.rst +++ b/source/administration/object-management/object-lifecycle-management.rst @@ -10,6 +10,12 @@ Object Lifecycle Management :local: :depth: 1 +.. container:: extlinks-video + + - `MinIO Object Lifecycle Management Part I `__ + - `MinIO Object Lifecycle Management Part II `__ + - `MinIO Object Lifecycle Management Lab `__ + Use MinIO Object Lifecycle Management to create rules for time or date based automatic transition or expiry of objects. For object transition, MinIO automatically moves the object to a configured remote storage tier. For object expiry, MinIO automatically deletes the object. diff --git a/source/administration/object-management/object-retention.rst b/source/administration/object-management/object-retention.rst index ed0ab328..bb717fa7 100644 --- a/source/administration/object-management/object-retention.rst +++ b/source/administration/object-management/object-retention.rst @@ -11,6 +11,11 @@ MinIO Object Locking :local: :depth: 2 +.. container:: extlinks-video + + - `Object locking and retention overview `__ + - `Object locking and retention lab `__ + Overview -------- diff --git a/source/administration/object-management/object-versioning.rst b/source/administration/object-management/object-versioning.rst index cc8bcdf5..81b0a475 100644 --- a/source/administration/object-management/object-versioning.rst +++ b/source/administration/object-management/object-versioning.rst @@ -10,6 +10,11 @@ Bucket Versioning :local: :depth: 2 +.. container:: extlinks-video + + - `Versioning overview `__ + - `Versioning lab `__ + Overview -------- diff --git a/source/includes/container/installation.rst b/source/includes/container/installation.rst index e9e6411e..479cda4e 100644 --- a/source/includes/container/installation.rst +++ b/source/includes/container/installation.rst @@ -10,6 +10,13 @@ Install and Deploy MinIO :local: :depth: 1 +.. container:: extlinks-video + + - `Installing and Running MinIO: Overview `__ + - `Installing and Running MinIO: Installation Lab `__ + - `Installing and Running MinIO: Docker Compose Overview `__ + - `Installing and Running MinIO: Docker Compose Lab: `__ + MinIO is a software-defined high performance distributed object storage server. You can run MinIO on consumer or enterprise-grade hardware and a variety of operating systems and architectures. diff --git a/source/includes/container/quickstart.rst b/source/includes/container/quickstart.rst index a50e4062..31ab8090 100644 --- a/source/includes/container/quickstart.rst +++ b/source/includes/container/quickstart.rst @@ -6,6 +6,14 @@ Quickstart for Containers .. default-domain:: minio +.. container:: extlinks-video + + - `Installing and Running MinIO on Docker: Overview `__ + - `Installing and Running MinIO on Docker: Installation Lab `__ + - `Object Storage Essentials `__ + + - `How to Connect to MinIO with JavaScript `__ + .. |OS| replace:: Docker or Podman This procedure deploys a :ref:`Single-Node Single-Drive ` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer. diff --git a/source/includes/k8s/quickstart.rst b/source/includes/k8s/quickstart.rst index 09fe86ae..3e54e59c 100644 --- a/source/includes/k8s/quickstart.rst +++ b/source/includes/k8s/quickstart.rst @@ -6,6 +6,12 @@ Quickstart: MinIO for Kubernetes .. default-domain:: minio +.. container:: extlinks-video + + - `Object Storage Essentials `__ + + - `How to Connect to MinIO with JavaScript `__ + .. |OS| replace:: Kubernetes This procedure deploys a Single-Node Single-Drive MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer. diff --git a/source/includes/linux/quickstart.rst b/source/includes/linux/quickstart.rst index 97e31cce..de3ca88a 100644 --- a/source/includes/linux/quickstart.rst +++ b/source/includes/linux/quickstart.rst @@ -6,6 +6,14 @@ Quickstart: MinIO for Linux .. default-domain:: minio +.. container:: extlinks-video + + - `Installing and Running MinIO on Linux `__ + + - `Object Storage Essentials `__ + + - `How to Connect to MinIO with JavaScript `__ + .. |OS| replace:: Linux This procedure deploys a :ref:`Standalone ` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer. diff --git a/source/includes/macos/quickstart.rst b/source/includes/macos/quickstart.rst index 0e074dc3..a535b6d6 100644 --- a/source/includes/macos/quickstart.rst +++ b/source/includes/macos/quickstart.rst @@ -6,6 +6,12 @@ Quickstart: MinIO for Mac OSX .. default-domain:: minio +.. container:: extlinks-video + + - `Object Storage Essentials `__ + + - `How to Connect to MinIO with JavaScript `__ + .. |OS| replace:: MacOS This procedure deploys a :ref:`Single-Node Single-Drive ` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer. diff --git a/source/includes/windows/quickstart.rst b/source/includes/windows/quickstart.rst index 7c4bc075..4f38a3ab 100644 --- a/source/includes/windows/quickstart.rst +++ b/source/includes/windows/quickstart.rst @@ -6,6 +6,13 @@ Quickstart: MinIO for Windows .. default-domain:: minio +.. container:: extlinks-video + + - `Object Storage Essentials `__ + + - `How to Connect to MinIO with JavaScript `__ + + .. |OS| replace:: Windows This procedure deploys a :ref:`Single-Node Single-Drive ` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer. diff --git a/source/index.rst b/source/index.rst index f08bdbea..e9fd278f 100644 --- a/source/index.rst +++ b/source/index.rst @@ -8,14 +8,6 @@ MinIO Object Storage for |platform| :local: :depth: 2 -.. container:: extlinks-video - - - `Installing and Running MinIO on Linux `__ - - - `Object Storage Essentials `__ - - - `How to Connect to MinIO with JavaScript `__ - MinIO is an object storage solution that provides an Amazon Web Services S3-compatible API and supports all core S3 features. MinIO is built to deploy anywhere - public or private cloud, baremetal infrastructure, orchestrated environments, and edge infrastructure. diff --git a/source/operations/monitoring.rst b/source/operations/monitoring.rst index d7e436da..62fcb3e1 100644 --- a/source/operations/monitoring.rst +++ b/source/operations/monitoring.rst @@ -8,6 +8,11 @@ Monitoring and Alerts :local: :depth: 1 +.. container:: extlinks-video + + - `Monitoring with MinIO and Prometheus: Overview `__ + - `Monitoring with MinIO and Prometheus: Lab `__ + Metrics and Alerts ------------------ diff --git a/source/operations/monitoring/collect-minio-metrics-using-prometheus.rst b/source/operations/monitoring/collect-minio-metrics-using-prometheus.rst index a7617162..861b88b3 100644 --- a/source/operations/monitoring/collect-minio-metrics-using-prometheus.rst +++ b/source/operations/monitoring/collect-minio-metrics-using-prometheus.rst @@ -10,6 +10,11 @@ Monitoring and Alerting using Prometheus :local: :depth: 1 +.. container:: extlinks-video + + - `Monitoring with MinIO and Prometheus: Overview `__ + - `Monitoring with MinIO and Prometheus: Lab `__ + MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model `. The procedure on this page documents the following: