mirror of
https://github.com/minio/docs.git
synced 2025-08-06 14:42:56 +03:00
Adding more EDU videos (#803)
This commit is contained in:
@@ -8,6 +8,13 @@ Object Management
|
|||||||
:local:
|
:local:
|
||||||
:depth: 1
|
:depth: 1
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Versioning overview <https//youtu.be/XGOiwV6Cbuk?ref=docs>`__
|
||||||
|
- `Object locking and retention overview <https//youtu.be/Hk9Z-sltUu8?ref=docs>`__
|
||||||
|
- `MinIO Object Lifecycle Management Part I <https://youtu.be/Exg2KsfzHzI?ref=docs>`__
|
||||||
|
- `MinIO Object Lifecycle Management Part II <https://youtu.be/5fz3rE3wjGg?ref=docs>`__
|
||||||
|
|
||||||
.. _objects:
|
.. _objects:
|
||||||
|
|
||||||
An :ref:`object <objects>` is binary data, such as images, audio files, spreadsheets, or even binary executable code.
|
An :ref:`object <objects>` is binary data, such as images, audio files, spreadsheets, or even binary executable code.
|
||||||
|
@@ -10,6 +10,12 @@ Object Lifecycle Management
|
|||||||
:local:
|
:local:
|
||||||
:depth: 1
|
:depth: 1
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `MinIO Object Lifecycle Management Part I <https://youtu.be/Exg2KsfzHzI?ref=docs>`__
|
||||||
|
- `MinIO Object Lifecycle Management Part II <https://youtu.be/5fz3rE3wjGg?ref=docs>`__
|
||||||
|
- `MinIO Object Lifecycle Management Lab <https://youtu.be/5fz3rE3wjGg?ref=docs>`__
|
||||||
|
|
||||||
Use MinIO Object Lifecycle Management to create rules for time or date based automatic transition or expiry of objects.
|
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 transition, MinIO automatically moves the object to a configured remote storage tier.
|
||||||
For object expiry, MinIO automatically deletes the object.
|
For object expiry, MinIO automatically deletes the object.
|
||||||
|
@@ -11,6 +11,11 @@ MinIO Object Locking
|
|||||||
:local:
|
:local:
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Object locking and retention overview <https//youtu.be/Hk9Z-sltUu8?ref=docs>`__
|
||||||
|
- `Object locking and retention lab <https//youtu.be/thNus-DL1u4?ref=docs>`__
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@@ -10,6 +10,11 @@ Bucket Versioning
|
|||||||
:local:
|
:local:
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Versioning overview <https//youtu.be/XGOiwV6Cbuk?ref=docs>`__
|
||||||
|
- `Versioning lab <https//youtu.be/nFUI2N5zH34?ref=docs>`__
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@@ -10,6 +10,13 @@ Install and Deploy MinIO
|
|||||||
:local:
|
:local:
|
||||||
:depth: 1
|
:depth: 1
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Installing and Running MinIO: Overview <https://youtu.be/mg9NRR6Js1s?ref=docs>`__
|
||||||
|
- `Installing and Running MinIO: Installation Lab <https://youtu.be/Z0FtabDUPtU?ref=docs>`__
|
||||||
|
- `Installing and Running MinIO: Docker Compose Overview <https://youtu.be/FtJA3TmjaJQ?ref=docs>`__
|
||||||
|
- `Installing and Running MinIO: Docker Compose Lab: <https://youtu.be/tRlEctAwkk8?ref=docs>`__
|
||||||
|
|
||||||
MinIO is a software-defined high performance distributed object storage server.
|
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.
|
You can run MinIO on consumer or enterprise-grade hardware and a variety of operating systems and architectures.
|
||||||
|
|
||||||
|
@@ -6,6 +6,14 @@ Quickstart for Containers
|
|||||||
|
|
||||||
.. default-domain:: minio
|
.. default-domain:: minio
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Installing and Running MinIO on Docker: Overview <https://youtu.be/mg9NRR6Js1s?ref=docs>`__
|
||||||
|
- `Installing and Running MinIO on Docker: Installation Lab <https://youtu.be/Z0FtabDUPtU?ref=docs>`__
|
||||||
|
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||||
|
|
||||||
|
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||||
|
|
||||||
.. |OS| replace:: Docker or Podman
|
.. |OS| replace:: Docker or Podman
|
||||||
|
|
||||||
This procedure deploys a :ref:`Single-Node Single-Drive <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
This procedure deploys a :ref:`Single-Node Single-Drive <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
||||||
|
@@ -6,6 +6,12 @@ Quickstart: MinIO for Kubernetes
|
|||||||
|
|
||||||
.. default-domain:: minio
|
.. default-domain:: minio
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||||
|
|
||||||
|
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||||
|
|
||||||
.. |OS| replace:: Kubernetes
|
.. |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.
|
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.
|
||||||
|
@@ -6,6 +6,14 @@ Quickstart: MinIO for Linux
|
|||||||
|
|
||||||
.. default-domain:: minio
|
.. default-domain:: minio
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Installing and Running MinIO on Linux <https://www.youtube.com/watch?v=74usXkZpNt8&list=PLFOIsHSSYIK1BnzVY66pCL-iJ30Ht9t1o>`__
|
||||||
|
|
||||||
|
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||||
|
|
||||||
|
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||||
|
|
||||||
.. |OS| replace:: Linux
|
.. |OS| replace:: Linux
|
||||||
|
|
||||||
This procedure deploys a :ref:`Standalone <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
This procedure deploys a :ref:`Standalone <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
||||||
|
@@ -6,6 +6,12 @@ Quickstart: MinIO for Mac OSX
|
|||||||
|
|
||||||
.. default-domain:: minio
|
.. default-domain:: minio
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||||
|
|
||||||
|
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||||
|
|
||||||
.. |OS| replace:: MacOS
|
.. |OS| replace:: MacOS
|
||||||
|
|
||||||
This procedure deploys a :ref:`Single-Node Single-Drive <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
This procedure deploys a :ref:`Single-Node Single-Drive <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
||||||
|
@@ -6,6 +6,13 @@ Quickstart: MinIO for Windows
|
|||||||
|
|
||||||
.. default-domain:: minio
|
.. default-domain:: minio
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
||||||
|
|
||||||
|
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
||||||
|
|
||||||
|
|
||||||
.. |OS| replace:: Windows
|
.. |OS| replace:: Windows
|
||||||
|
|
||||||
This procedure deploys a :ref:`Single-Node Single-Drive <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
This procedure deploys a :ref:`Single-Node Single-Drive <minio-installation-comparison>` MinIO server onto |OS| for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.
|
||||||
|
@@ -8,14 +8,6 @@ MinIO Object Storage for |platform|
|
|||||||
:local:
|
:local:
|
||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
||||||
.. container:: extlinks-video
|
|
||||||
|
|
||||||
- `Installing and Running MinIO on Linux <https://www.youtube.com/watch?v=74usXkZpNt8&list=PLFOIsHSSYIK1BnzVY66pCL-iJ30Ht9t1o>`__
|
|
||||||
|
|
||||||
- `Object Storage Essentials <https://www.youtube.com/playlist?list=PLFOIsHSSYIK3WitnqhqfpeZ6fRFKHxIr7>`__
|
|
||||||
|
|
||||||
- `How to Connect to MinIO with JavaScript <https://www.youtube.com/watch?v=yUR4Fvx0D3E&list=PLFOIsHSSYIK3Dd3Y_x7itJT1NUKT5SxDh&index=5>`__
|
|
||||||
|
|
||||||
MinIO is an object storage solution that provides an Amazon Web Services S3-compatible API and supports all core S3 features.
|
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.
|
MinIO is built to deploy anywhere - public or private cloud, baremetal infrastructure, orchestrated environments, and edge infrastructure.
|
||||||
|
|
||||||
|
@@ -8,6 +8,11 @@ Monitoring and Alerts
|
|||||||
:local:
|
:local:
|
||||||
:depth: 1
|
:depth: 1
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Monitoring with MinIO and Prometheus: Overview <https://youtu.be/A3vCDaFWNNs?ref=docs>`__
|
||||||
|
- `Monitoring with MinIO and Prometheus: Lab <https://youtu.be/Oix9iXndSUY?ref=docs>`__
|
||||||
|
|
||||||
Metrics and Alerts
|
Metrics and Alerts
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@@ -10,6 +10,11 @@ Monitoring and Alerting using Prometheus
|
|||||||
:local:
|
:local:
|
||||||
:depth: 1
|
:depth: 1
|
||||||
|
|
||||||
|
.. container:: extlinks-video
|
||||||
|
|
||||||
|
- `Monitoring with MinIO and Prometheus: Overview <https://youtu.be/A3vCDaFWNNs?ref=docs>`__
|
||||||
|
- `Monitoring with MinIO and Prometheus: Lab <https://youtu.be/Oix9iXndSUY?ref=docs>`__
|
||||||
|
|
||||||
MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model <concepts/data_model/#data-model>`.
|
MinIO publishes cluster and node metrics using the :prometheus-docs:`Prometheus Data Model <concepts/data_model/#data-model>`.
|
||||||
The procedure on this page documents the following:
|
The procedure on this page documents the following:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user