Уровень 0 · материалов: 9
В кластер входят документы, посвященные техническому обучению, архитектуре и практическому развертыванию Kubernetes и контейнеризированных приложений.
Общие признаки: установка и настройка Kubernetes, архитектура кластеров, контейнеризация и оркестрация, развертывание микросервисов, практическое обучение работе с K8s
Группа выше: Kubernetes и оркестрация контейнеров
Смысл: The main idea is to provide a hands-on introduction to Kubernetes, demonstrating how it abstracts infrastructure to simplify the deployment, scaling, and updating of microservices while ensuring high availability and provider independence.
A practical guide on using Kubernetes to manage containerized microservices through Pods, Services, and Deployments to achieve scalability and zero-downtime updates.
Смысл: The main idea is to demystify Kubernetes by explaining why it is necessary for modern microservices architecture and how its core components work together to automate the lifecycle of containerized applications.
An introductory guide explaining Kubernetes' necessity for automating the deployment, scaling, and management of containerized applications to replace manual infrastructure handling.
Смысл: The text serves as a foundational guide to Kubernetes, explaining its architectural components and providing a practical tutorial on how to deploy and manage a containerized cluster to achieve scalability and high availability.
An introductory technical guide explaining Kubernetes architecture and providing a step-by-step tutorial on installing a cluster and deploying services on Ubuntu.
Смысл: The main idea is to provide a foundational understanding of Kubernetes, explaining not just what it is technically, but why it is essential for modern modular application development and how to start using it through practical tools.
An introductory guide to Kubernetes covering its purpose, architecture, core components, and a practical walkthrough for deploying a first pod using 'kind'.
Смысл: The main idea of the text is to provide a fast, practical, and accessible path for developers to set up a functional Kubernetes cluster on physical hardware to start learning the tool's CLI and core concepts.
A concise technical tutorial on deploying a single-node Kubernetes 1.6 cluster on Ubuntu 16.04 bare metal using kubeadm and Flannel.
Смысл: The text serves as an introductory practical guide to preparing a microservices-based application for Kubernetes by first teaching local deployment and then transitioning to Docker containerization.
A practical guide that teaches the foundations of microservices and Docker containerization as a prerequisite for learning Kubernetes.
Смысл: The text is a comprehensive technical guide designed to teach beginners how to install and configure Kubernetes. It explains the conceptual difference between virtualization and containerization, details the architecture of a Kubernetes cluster, and provides exact commands for setting up both a single-node 'all-in-one' cluster and a professional high-availability cluster using various container runtimes and load balancing tools.
A comprehensive, step-by-step technical tutorial on deploying both single-node and high-availability Kubernetes clusters using kubeadm on Debian Linux.
Смысл: The text aims to demystify the technical concepts of containerization and orchestration, explaining the 'how' and 'why' behind Docker and Kubernetes. Its main idea is that containers offer a lightweight alternative to VMs for application deployment, while Kubernetes provides the necessary automation to manage those containers at scale in professional production environments.
An expert interview explaining the technical differences between virtualization and containerization, why Docker is dominant, and how Kubernetes orchestrates containers across clusters.
Смысл: The main idea is to explain the conceptual and practical implementation of Kubernetes Ingress, detailing how traffic flows from the internet to internal services via an Ingress Controller and the different networking modes available to achieve this.
An introductory guide explaining Kubernetes Ingress, the role of the Ingress Controller, and the pros and cons of using NodePort, HostPort, and Host Network for external traffic routing.