Curso Docker With Kubernetes Administration

  • Process Integration & Implementation Solman

Curso Docker With Kubernetes Administration

40 horas
Visão Geral

Curso Docker With Kubernetes Administration, Os participantes primeiro entenderão os principais recursos do Docker, incluindo:

Criação e gerenciamento de contêineres, interação com o hub do Docker, uso do Dockerfile para criar e gerenciar imagens personalizadas, rede avançada do Docker (como expor serviços de contêiner com segurança ao mundo e vincular contêineres), a uso de volumes do Docker para gerenciar dados persistentes e do Docker Compose para criar aplicativos de vários contêineres.

A ênfase é colocada nas melhores práticas e em como proteger instalações e contêineres do Docker.

A segunda parte do curso apresenta aos participantes os conceitos básicos e a arquitetura do Kubernetes, sua instalação e configuração inicial, pods do Kubernetes, implantações e serviços, armazenamento persistente, rede, implantação automatizada, dimensionamento e gerenciamento de aplicativos em contêiner e, finalmente, registro e instalações de monitoramento.

Objetivo


Publico Alvo
  • Administradores de sistemas e profissionais de Devops que desejam entender e usar Docker e Kubernetes em ambientes corporativos e de nuvem.
Pre-Requisitos
  • Proficiência com a CLI do Linux (Fundamentos do Linux).
  • Uma ampla compreensão da administração do sistema Linux ("Enterprise Linux Systems Administration")
Informações Gerais
  • Carga horaria, 40h
  • Se noturno este curso ministrado de segunda-feira a quinta-feira, das 19h às 23h, total de 10 encontros,
  • Se aos sábados este curso e ministrado das 09h às 18h, total de 5 encontros,

Se in-company:

  • Este curso pode ser ministrado de acordo com a agenda dos clientes, combinado entre as partes.

 Formato de Entrega:

·         100% ao vivo via Microsoft Teams, na presença de um instrutor/consultor “kubernetes”, ativo no mercado atuando com as mais novas tecnologia disponível no mercado.

Nota: “não é curso gravado!” este curso acontece na presença de um instrutor

  • Curso prático com laboratório kubernetes, auxiliados por um instrutor.
  • Apostila + Lab Kubernetes
  • Instrutores, ambos são profissionais experientes e docente em sala de aula, com vasta experiencia em transmissão de conhecimento.
Materiais
Inglês + Exercícios + Lab Pratico
Conteúdo Programatico
  1. CONTAINER TECHNOLOGY OVERVIEW
    1. Instructor – Docker Demo
    2. Application Management Landscape
    3. Application Isolation
    4. Resource Measurement and Control
    5. Container Security
    6. OverlayFS Overview
    7. Container Security
    8. Open Container Initiative
    9. Docker Alternatives
    10. Docker Ecosystem
    11. Docker Ecosystem (cont.)
    LAB TASKS
    1. Container Concepts runC
    2. Container Concepts Systemd
  2. INSTALLING DOCKER
    1. Installing Docker
    2. Docker Architecture
    3. Starting the Docker Daemon
    4. Docker Daemon Configuration
    5. Docker Control Socket
    6. Enabling TLS for Docker
    7. Validating Docker Install
    LAB TASKS
    1. Installing Docker
    2. Protecting Docker with TLS
  3. MANAGING CONTAINERS
    1. Creating a New Container
    2. Listing Containers
    3. Managing Container Resources
    4. Running Commands in an Existing Container
    5. Interacting with a Running Container
    6. Stopping, Starting, and Removing Containers
    7. Copying files in/out of Containers
    8. Inspecting and Updating Containers
    9. Docker Output Filtering & Formatting
    LAB TASKS
    1. Managing Containers
    2. Configure a docker container to start at boot.
  4. MANAGING IMAGES
    1. Docker Images
    2. Listing and Removing Images
    3. Searching for Images
    4. Downloading Images
    5. Uploading Images
    6. Export/Import Images
    7. Save/Load Images
    8. Committing Changes
    LAB TASKS
    1. Docker Images
    2. Docker Platform Images
  5. CREATING IMAGES WITH DOCKERFILE
    1. Dockerfile
    2. Caching
    3. docker image build
    4. Dockerfile Instructions
    5. ENV and WORKDIR
    6. Running Commands
    7. Getting Files into the Image
    8. Defining Container Executable
    9. HEALTHCHECK
    10. Best Practices
    11. Multi-Stage builds with Dockerfile
    LAB TASKS
    1. Dockerfile Fundamentals
    2. Optimizing Image Build Size
    3. Image Builds and Caching
  6. DOCKER VOLUMES
    1. Volume Concepts
    2. The docker volume Command
    3. Creating and Using Internal Volumes
    4. Internal Volume Drivers
    5. Removing Volumes
    6. Creating and Using External Volumes
    7. SELinux Considerations
    8. Mapping Devices
    LAB TASKS
    1. Docker Internal Volumes
    2. Docker External Volumes
  7. DOCKER COMPOSE/SWARM
    1. Writing YAML Files
    2. Concepts
    3. Compose CLI
    4. Defining a Service Set
    5. Compose Versions
    6. Docker Engine Swarm Mode
    7. Docker Swarm Terms
    8. Docker Swarm Command Overview
    9. Creating a Swarm
    10. Creating Services
    11. Creating Secrets
    12. Stack Files
    13. Stack Command
    14. Swarm Placements
    15. Swarm Resource Limits & Reservations
    16. Swarm Networking
    17. Swarm Networking Troubleshooting
    LAB TASKS
    1. Docker Compose
    2. Docker Engine Swarm Mode
  8. DOCKER NETWORKING
    1. Overview
    2. Data-Link Layer Details
    3. Network Layer Details
    4. Hostnames and DNS
    5. Service Reachability
    6. Container to Container Communication
    7. Container to Container: Links (deprecated)
    8. Container to Container: Private Network
    9. Managing Private Networks
    10. Remote Host to Container
    LAB TASKS
    1. Docker Networking
    2. Exposing Ports
    3. Docker Networking
  9. DOCKER LOGGING
    1. Docker Logging
    2. Docker Logging with json-file and journald
    3. Docker Logging with syslog
    4. Docker Logging with Graylog or Logstash
    5. Docker Logging with Fluentd
    6. Docker Logging with Amazon or Google
    7. Docker Logging with Splunk
    LAB TASKS
    1. Logging to syslog
  10. KUBERNETES CORE CONCEPTS
    1. CKA Objectives Covered
    2. Kubernetes Architecture
    3. Cluster Communication
    4. Objects
    5. Object Properties
    6. Labels & Selectors
    7. Annotations
    8. Object Management
    9. Object Management (cont.)
    10. Image Fundamentals
    11. Container Fundamentals
    12. Pod Fundamentals
    13. Working with Pods
    LAB TASKS
    1. Container and Pod Fundamentals
    2. Single Node Install
    3. Pod Fundamentals
  11. INSTALLATION
    1. CKA Objectives Covered
    2. Installing HA Control Plane (DEMO)
    LAB TASKS
    1. Kubernetes HA Masters Install
    2. Kubernetes Install
    3. Joining Worker Nodes
  12. APPLICATION LIFECYCLE MANAGEMENT
    1. CKA Objectives Covered
    2. Pod Lifecycle
    3. Container Lifecycle
    4. Init Containers
    5. Container: command and args
    6. Container: Defining Environment
    7. ReplicaSet
    8. Deployments
    9. Working with Deployments
    10. Deployment Rollouts
    LAB TASKS
    1. Pod Lifecycle
    2. Init Containers
    3. Deployments
  13. NETWORKING
    1. CKA Objectives Covered
    2. Network Overview
    3. Service Discovery & CoreDNS
    4. Container Network Interface (CNI)
    5. Services
    6. Ingress Objects
    LAB TASKS
    1. Ingress Controller
    2. Port-Forwarding
    3. Services
    4. Ingress
  14. STORAGE
    1. CKA Objectives Covered
    2. Storage
    3. Volume Types
    4. Volume Types
    5. Static Volumes (DEMO)
    6. ConfigMaps
    7. ConfigMaps
    8. Secrets
    LAB TASKS
    1. (DEMO) Static Volumes
    2. (DEMO) ConfigMaps & Secrets
    3. Static Volume Provisioning
    4. ConfigMaps and Secrets
  15. SCHEDULING
    1. CKA Objectives Covered
    2. Controlling and Tracking Resources
    3. Scheduler Operation
    4. DaemonSet
    5. Node Affinity & Anti-affinity
    6. Pod Affinity & Anti-affinity
    7. Taints & Tolerations
    LAB TASKS
    1. (DEMO) Affinity and Taints
    2. Pod Resources and Scheduling
    3. Static Scheduling and Daemonsets
    4. Pod and Node Affinities
  1. DOCKER REGISTRY LAB TASKS
    1. Docker Registry
    2. Docker Registry (secured)
    3. Docker Content Trust
  2. JOBS AND CRONJOBS
    1. Jobs
    2. CronJobs
    LAB TASKS
    1. Jobs
    2. CronJobs
  3. LINUX CONTAINERS
    1. Application Management Landscape
    2. Application Isolation
    3. Resource Measurement and Control
    4. Container Security
    5. OverlayFS Overview
    6. Container Security
    7. Open Container Initiative
    LAB TASKS
    1. Container Concepts runC
TENHO INTERESSE

Cursos Relacionados

Curso SAP PI 7.5 Process Integration

32 horas

Curso SAP Metodologia Activate

16 horas

Curso Solution Manager Configuração de Gerenciamento Serviços de TI

32 horas

Curso SolMan - Projetos de Execução com SAP Solution Manager

40 horas

Curso SAP Activate Entrega de Projetos Ágeis

16 horas

Curso Web Intelligence Report Design

16 horas