• Skip to primary navigation
  • Skip to content
  • Skip to footer
 AREA RISERVATA
 800-177596
 CHI SIAMO
 CONTATTACI
 AREA RISERVATA
 CONTATTACI
 800-177596

Vega Training

Vega Training

Formazione Certificata Ovunque

  • Corsi
  • Corsi per Tecnologia
  • Corsi per Vendor
    • Amazon AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud
    • VMware
    • CompTIA
    • Cisco
    • Check Point
    • Fortinet
    • Huawei
  • Certificazioni
  • Calendario

Certificazione Docker Certified Associate

Formazione, Corsi, Certificazioni, Laboratori, Docker. Corso Docker, Docker Fundamentals, Docker for Enterprise Operators, Docker for Enterprise Developers, Docker Security

Certificazione Docker Certified Associate

Panoramica | Svolgimento e Durata | Prerequisiti
Argomenti D’esame   |  Corsi di Preparazione

Panoramica   Svolgimento e Durata
Prerequisiti
Argomenti D’esame    Corsi di Preparazione

PANORAMICA

Corso Docker, Corso Contenitori, Corso Container, Corso Containerization, Corso Kubernetes, Linux namespaces, Corso Docker Swarm, Corso Docker Fundamentals

Esame Docker Certified Associate;

Nel mercato del lavoro IT attuale, le competenze Docker sono senza dubbio quelle più ricercate. E lo saranno sempre di più nei prossimi periodi. L’esame Docker Certified Associate (DCA) è progettato per convalidare tale skillset con domande del mondo reale formulate da esperti Docker. Come primo esame in un programma di certificazione professionale multilivello completo, il DCA funge da punto di riferimento fondamentale per dimostrare competenza nell’ambito Container.

Per conseguire la Certificazione Docker DCA è necessario sostenere con successo il seguente esame:
Esame Docker Certified Associate DCA;

Corsi propedeutici alla certificazione

Corso di Preparazione
Corso Docker;
Corso Kubernetes Administrator;
Contattaci ora per ricevere tutti i dettagli e per richiedere, senza alcun impegno, di parlare direttamente con uno dei nostri Docenti CLICCA QUI.
Oppure chiamaci subito al nostro numero verde  800-177596.

 SVOLGIMENTO E DURATA

Esame Docker Certified Associate Durata 90 minuti  55 quesiti;

Negli esami sono presenti quesiti formulati in lingua inglese in forme differenti: Risposta Multipla; completamento di testo, collegamenti concettuali Drag and Drop.

 PREREQUISITI

Frequentare il Corso Docker e il Corso Kubernetes Administrator.

ARGOMENTI D’ESAME

Esame Docker Certified Associate

Orchestration

  • Complete the setup of a swarm mode cluster, with managers and worker nodes
  • Describe and demonstrate how to extend the instructions to run individual containers into running services under swarm.
  • Describe the importance of quorum in a swarm cluster.
  • Describe the difference between running a container and running a service.
  • Interpret the output of “docker inspect” commands.
  • Convert an application deployment into a stack file using a YAML compose file with “docker stack deploy”
  • Manipulate a running stack of services.
  • Describe and demonstrate orchestration activities.
  • Increase the number of replicas.
  • Add networks, publish ports.
  • Mount volumes.
  • Describe and demonstrate how to run replicated and global services.
  • Apply node labels to demonstrate placement of tasks.
  • Describe and demonstrate how to use templates with “docker service create”.
  • Identify the steps needed to troubleshoot a service not deploying.
  • Describe how a Dockerized application communicates with legacy systems.
  • Describe how to deploy containerized workloads as Kubernetes pods and deployments.
  • Describe how to provide configuration to Kubernetes pods using configMaps and secrets.

Image Creation, Management, and Registry

  • Describe the use of Dockerfile.
  • Describe options, such as add, copy, volumes, expose, entry point.
  • Identify and display the main parts of a Dockerfile.
  • Describe and demonstrate how to create an efficient image via a Dockerfile.
  • Describe and demonstrate how to use CLI commands to manage images, such as list,delete, prune, rmi.
  • Describe and demonstrate how to inspect images and report specific attributes using filter and format
  • Describe and demonstrate how to tag an image.
  • Describe and demonstrate how to apply a file to create a Docker image.
  • Describe and demonstrate how to display layers of a Docker image
  • Describe and demonstrate how to modify an image to a single layer.
  • Describe and demonstrate registry functions.
  • Deploy a registry.
  • Log into a registry.
  • Utilize search in a registry.
  • Push an image to a registry.
  • Sign an image in a registry.
  • Pull and delete images from a registry.

Installation and Configuration

  • Describe sizing requirements for installation.
  • Describe and demonstrate the setup of repo, selection of a storage driver, and installation of the Docker engine on multiple platforms.
  • Describe and demonstrate configuration of logging drivers (splunk, journald, etc.).
  • Describe and demonstrate how to set up swarm, configure managers, add nodes, and setup the backup schedule.
  • Describe and demonstrate how to create and manage user and teams.
  • Describe and demonstrate how to configure the Docker daemon to start on boot.
  • Describe and demonstrate how to use certificate-based client-server authentication to
  • ensure a Docker daemon has the rights to access images on a registry.
  • Describe the use of namespaces, cgroups, and certificate configuration.
  • Describe and interpret errors to troubleshoot installation issues without assistance.
  • Describe and demonstrate the steps to deploy the Docker engine, UCP, and DTR on AWS and on-premises in an HA configuration.
  • Describe and demonstrate how to configure backups for UCP and DTR.

Networking

  • Describe the Container Network Model and how it interfaces with the Docker engine and network and IPAM drivers.
  • Describe the different types and use cases for the built-in network drivers.
  • Describe the types of traffic that flow between the Docker engine, registry and UCP
  • Describe and demonstrate how to create a Docker bridge network for developers to use for their containers.
  • Describe and demonstrate how to publish a port so that an application is accessible
  • Identify which IP and port a container is externally accessible on.
  • Compare and contrast “host” and “ingress” publishing modes.
  • Describe and demonstrate how to configure Docker to use external DNS.
  • Describe and demonstrate how to use Docker to load balance HTTP/HTTPs traffic to an
  • application (Configure L7 load balancing with Docker EE).
  • Understand and describe the types of traffic that flow between the Docker engine, registry, and UCP controllers
  • Describe and demonstrate how to deploy a service on a Docker overlay network.
  • Describe and demonstrate how to troubleshoot container and engine logs to resolve connectivity issues between containers.
  • Describe how to route traffic to Kubernetes pods using ClusterIP and NodePort services.
  • Describe the Kubertnetes’ container network model.

Security

  • Describe security administration and tasks.
  • Describe the process of signing an image.
  • Describe default engine security.
  • Describe swarm default security.
  • Describe MTLS.
  • Describe identity roles.
  • Compare and contrast UCP workers and managers.
  • Describe the process to use external certificates with UCP and DTR.
  • Describe and demonstrate that an image passes a security scan.
  • Describe and demonstrate how to enable Docker Content Trust.
  • Describe and demonstrate how to configure RBAC with UCP.
  • Describe and demonstrate how to integrate UCP with LDAP/AD.
  • Describe and demonstrate how to create UCP client bundles

Storage and Volumes

  • Identify the correct graph drivers to uses with various operating systems.
  • Describe and demonstrate how to configure devicemapper.
  • Compare and contrast object and block storage and when they should be used.
  • Describe how an application is composed of layers and where these layers reside on the
  • Describe the use of volumes are used with Docker for persistent storage.
  • Identify the steps to take to clean up unused images on a filesystem and DTR.
  • Describe and demonstrate how storage can be used across cluster nodes.
  • Describe how to provision persistent storage to a Kubernetes pod using persistentVolumes.
  • Describe the relationship between container storage interface drivers, storageClass, persistent Volume Claim and volume objects in Kubernetes.

 CORSI DI PREPARAZIONE

Corso Docker;
Corso Kubernetes Administrator;

CONTATTACI
UN NOSTRO CONSULENTE
TECNICO

Servizio attivo dal lunedì al giovedì 09.00-13.00 e 15.00-19.00 e Il venerdì dalle 09.00-13.00.

FORMAZIONE A DISTANZA

APPROFONDISCI

FORMAZIONE AZIENDALE

APPROFONDISCI

LABORATORIO LAVORO

APPROFONDISCI

LABORATORIO REMOTO

APPROFONDISCI

RICHIEDI CONSULENZA

APPROFONDISCI
ALTRE CERTIFICAZIONI
Cisco CCNA
DevNet Associate
CCNP Enterprise
Huawei HCIA R&S
CCNP Service Provider
CCNP Collaboration
Cisco Cybersecurity
CompTIA PenTest+
Fortinet NSE4
Fortinet NSE5
CCNP Security
Check Point CCSA
Palo Alto PCNSA
Check Point CCSE
CompTIA Linux+
Docker DCA
Kubernetes CKA
CompTIA A+
Windows Server 2019
Azure Administrator
AWS Solutions Architect
Google Cloud Engineer
Alibaba Cloud Computing
Azure Developer
VMware VCP-DCV
CCNP Data Center
Oracle SQL
Azure Database Admin
Azure Data Scientist Associate
Power BI
Java OCA
Programming C#
Python PCAP Associate
Altre Certificazioni

Footer

CHI SIAMO


Formazione Aziendale
Formazione a Distanza
Laboratorio Remoto
Casi di successo
Partner e convenzioni
Marketplace
About Vega Training

DIRITTI E PRIVACY


Privacy
Cookie
ISO 9001
Contatti

QUICK LINKS


Corsi Cisco
Corsi Check Point
Corsi Fortinet
Corsi Huawei
Corsi Microsoft
Corsi Google Cloud
Corsi Alibaba Cloud
Corsi VMware
Corsi CompTIA

CONTATTI



Dall’estero: +39 02 87168254
[email protected]

Trustpilot

Vega Training® SRL - Piva: 01985170743 - Copyright 2022