Radical Technologies

DOCKER CERTIFIED ASSOCIATE ( DCA )

Docker Certified Associate – DCA
Certified Kubernetes Administrator – CKA
Certified Kubernetes Application Developer – CKAD

0 +

Google Reviews

0 +

JustDial Reviews

The Syllabus

Curriculum Designed by Experts

Introduction

This examination is based upon the most critical job activities a Docker Certified Associate performs. The skills and knowledge certified by this examination represent a level of expertise where a certified Docker Associate can:
• Run containerized applications from pre-existing images stored in a centralized registry
• Deploy images across the cluster
• Install, maintain, and operate the Docker platform
• Triage issue reports from stakeholders and resolve
• Standup new Docker environments and perform general maintenance and configuration
• Migrate traditional applications to containers
• Configure and troubleshoot Docker engine

The knowledge and skills required at this level should include all of the following objective components:
• 6-months experience with Docker
• Exposure to Docker Enterprise Edition
• Experience with container security
• Experience with at least 1 cloud provider
• Understanding of Docker Best Practices
• Experience with configuration management tools
• Experience with Linux and/or Windows Server

These training courses or equivalency will assist in exam preparation:
• Docker Fundamentals
• Docker for Enterprise Developers
• Docker Security Course

The skills and knowledge measured by this examination are derived from an understanding of the jobs of current Docker users. A team of highly qualified Docker experts defined the test content and wrote the test items.

Note:​ This​ ​examination​ ​blueprint​ ​includes​ ​weighting,​ ​test​ ​objectives,​ ​and​ ​example​ ​content.
Example​ ​topics​ ​and​ ​concepts​ ​are​ ​included​ ​to​ ​clarify​ ​the​ ​test​ ​objectives;​ ​they​ ​should​ ​not​ ​be
construed​ ​as​ ​a​ ​comprehensive​ ​listing​ ​of​ ​all​ ​the​ ​content​ ​of​ ​this​ ​examination.

The following table lists the domains measured by this examination and the extent to which they are represented.

  Name​ ​of​ ​Domain%​ ​of​ ​Exam
  Orchestration25%
  Image Creation, Management, and Registry20%
  Installation and Configuration15%
  Networking15%
  Security15%
  Storage and Volumes10%

Response​ ​Limits
The examinee selects, from four (4) or more response options, the option(s) that best completes the statement or answers the question. Distracters or wrong answers are response options that examinees with incomplete knowledge or skill would likely choose, but they are generally plausible responses fitting into the content area defined by the test objective.

Test item formats used in this examination are as follows:

  •  Multiple-choice:​ The examinee selects one option that best answers the question or completes a statement. The option can be embedded in a graphic where the examinee “points and clicks” on a selection choice to complete the test item.
  • Multiple-response:​ The examinee selects more than one option that best answers the question or completes a statement.
  • Sample​ ​Directions:​ Read the statement or question, and, from the response options, select only the option(s) that represent the most correct or best answer(s) given the information
Domain​ ​1:​ ​Orchestration​ ​(25%​ ​of​ ​exam)

Content may include the following:

  • Complete the setup of a swarm mode cluster, with managers and worker nodes
  • State the differences between running a container vs running a service
  • Demonstrate steps to lock a swarm cluster
  • Extend the instructions to run individual containers into running services under swarm
  • 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
  • Increase # of replicas
  • Add networks, publish ports
  • Mount volumes
  • Illustrate running a replicated vs global service
  • Identify the steps needed to troubleshoot a service not deploying
  • Apply node labels to demonstrate placement of tasks
  • Sketch how a Dockerized application communicates with legacy systems
  • Paraphrase the importance of quorum in a swarm cluster
  • Demonstrate the usage of templates with “docker service create”
Domain​ ​2:​ ​Image​ ​Creation,​ ​Management,​ ​and​ ​Registry ​ ​(20%​ ​of​ ​exam)​

Content may include the following:

  • Describe Dockerfile options [add, copy, volumes, expose, entrypoint, etc)
  • Show the main parts of a Dockerfile
  • Give examples on how to create an efficient image via a Dockerfile
  • Use CLI commands such as list, delete, prune, rmi, etc to manage images
  • Inspect images and report specific attributes using filter and format
  • Demonstrate tagging an image
  • Utilize a registry to store an image
  • Display layers of a Docker image
  • Apply a file to create a Docker image
  • Modify an image to a single layer
  • Describe how image layers work
  • Deploy a registry (not architect)
  • Configure a registry
  • Log into a registry
  • Utilize search in a registry
  • Tag an image
  • Push an image to a registry
  • Sign an image in a registry
  • Pull an image from a registry
  • Describe how image deletion works
  • Delete an image from a registry
Domain​ ​3:​ ​Installation​ ​and​ ​Configuration​ ​(15%​ ​of​ ​exam)

Content may include the following:

  • Demonstrate the ability to upgrade the Docker engine
  • Complete setup of repo, select a storage driver, and complete installation of Docker engine on multiple platforms
  • Configure logging drivers (splunk, journald, etc)
  • Setup swarm, configure managers, add nodes, and setup backup schedule
  • Create and manager user and teams
  • Interpret errors to troubleshoot installation issues without assistance
  • Outline the sizing requirements prior to installation
  • Understand namespaces, cgroups, and configuration of certificates
  • Use certificate-based client-server authentication to ensure a Docker daemon has the rights to access images on a registry
  • Consistently repeat steps to deploy Docker engine, UCP, and DTR on AWS and on premises in an HA config
  • Complete configuration of backups for UCP and DTR
  • Configure the Docker daemon to start on boot
Domain​ ​4:​ ​Networking​ ​ (15%​ ​of​ ​exam)

Content may include the following:

  • Create a Docker bridge network for a developer to use for their containers
  • Troubleshoot container and engine logs to understand a connectivity issue between containers
  • Publish a port so that an application is accessible externally
  • Identify which IP and port a container is externally accessible on
  • Describe the different types and use cases for the built-in network drivers
  • Understand the Container Network Model and how it interfaces with the Docker engine and network and IPAM drivers
  • Configure Docker to use external DNS
  • 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
  • Deploy a service on a Docker overlay network
  • Describe the difference between “host” and “ingress” port publishing mode
Domain​ ​5:​ ​Security​ ​(15%​ ​of​ ​exam)

Content may include the following:

  • Describe the process of signing an image
  • Demonstrate that an image passes a security scan
  • Enable Docker Content Trust
  • Configure RBAC in UCP
  • Integrate UCP with LDAP/AD
  • Demonstrate creation of UCP client bundles
  • Describe default engine security
  • Describe swarm default security
  • Describe MTLS
  • Identity roles
  • Describe the difference between UCP workers and managers
  • Describe process to use external certificates with UCP and DTR
Domain​ ​6:​ ​Storage​ ​and​ ​Volumes​​ (10%​ ​of​ ​exam)

Content may include the following:

  • State which graph driver should be used on which OS
  • Demonstrate how to configure devicemapper
  • Compare object storage to block storage, and explain which one is preferable when available
  • Summarize how an application is composed of layers and where those layers reside on the filesystem
  • Describe how volumes are used with Docker for persistent storage
  • Identify the steps you would take to clean up unused images on a filesystem, also on DTR
  • Demonstrate how storage can be used across cluster nodes

Enquire Now

    Why Radical Technologies

    Live Online Training

    Highly practical oriented training
    Installation of Software On your System
    24/7 Email and Phone Support
    100% Placement Assistance until you get placed
    Global Certification Preparation
    Trainer Student Interactive Portal
    Assignments and Projects Guided by Mentors
    And Many More Features
    Course completion certificate and Global Certifications are part of our all Master Program

    Live Classroom Training

    Weekend / Weekdays / Morning / Evening Batches
    80:20 Practical and Theory Ratio
    Real-life Case Studies
    Easy Coverup if you missed any sessions
    PSI | Kryterion | Redhat Test Centers
    Life Time Video Classroom Access ( coming soon )
    Resume Preparations and Mock Interviews
    And Many More Features
    Course completion certificate and Global Certifications are part of our all Master Program

    Self Paced Training

    Self Paced Learning
    Learn 300+ Courses at Your Own Time
    50000+ Satisfied Learners
    Course Completion Certificate
    Practical Labs Available
    Mentor Support Available
    Doubt Clearing Session Available
    Attend Our Virtual Job Fair
    10% Discounted Global Certification
    Course completion certificate and Global Certifications are part of our all Master Program

    Skills Covered

    • SA1 , SA2 ,SA3

    • RHEL 6/7/8/9

    • Virtualization

    • Type1 & Type2

    • CCNA Foundation

    • Networking

    • Servers-SSH/DHCP/DNS/
      Apache/Nginx/Apache Tomcat/MySQL/NTP/FTP/
      NFS/Samba/SMTP/Proxy

    • SAN/NAS/All RAID/LVM Storage

    • Backup Solutions

    • Security - all types of firewall

    • Scripting..  Bash scripting

    • Automation Tool - Complete Ansible

    • 250 hrs Hands on training

    • Resume preparation

    • Mock test interview preparation

    • Migration strategy

    • Server Hardening

    • Docker & Kubernetes

    • Basics AWS comparison with Linux

    • 150+ live on scenarios

    tool covered

    Why Enroll for Red Hat Linux

    Covers each topics with Real Time Examples . Covers More than 250+ Real Time Scenarios which is divided into L1 ( Basic ) + L2 ( Intermediate) and L3 ( Advanced ) . Trainer from Real Time Industry .This is completely hands-on training , which covers 90% Practical And 10% Theory

    We give Combo Pack of RHEL 6 with RHEL 7 , to make sure all the candidate will get at least 5+ Year experience knowledge in Redhat Linux after attending this course.Covers SA1 + SA2 + SA3 topics in Details from the very basic to advanced level .

    Complete RHCSA and RHCE Exam Preparations.Appear for Redhat Global Certification Exam At any time After the course – No need to wait to get schedule from Redhat .At your convenient time , you can book and appear for exam using our Individual Exam Delivery System called KOALA

    Course benefits

    • Agentless Architecture

    • Simplicity and Ease of Use

    • Idempotent Execution

    • Infrastructure as Code (laC)

    • Broad Platform Support:

    • Scalability and Performance

    • Community and Support

    Who Can Apply for Red Hat Linux

    Why Red Hat Linux

    Industry Recognition

    Red Hat certifications are widely recognized in the IT industry. Holding a Red Hat certification demonstrates to employers that you have the skills and knowledge needed to effectively work with Red Hat Linux systems.

    High Demand for Linux Skills

    Linux is a dominant operating system in the server market, particularly in enterprise environments. Many organizations, including tech giants, financial institutions, and government agencies, rely on Linux for their infrastructure. As a result, there is a high demand for professionals with Linux skills, including Red Hat Linux expertise.

    Specialized Knowledge

    Red Hat Linux is a popular distribution used in enterprise environments due to its stability, security, and support offerings. By gaining expertise in Red Hat Linux through a certification course, you position yourself as a specialist in this specific distribution, which can make you more attractive to employers who use or plan to use Red Hat Linux.

    Job Opportunities

    Holding a Red Hat certification opens up various job opportunities in roles such as Linux system administrator, DevOps engineer, cloud engineer, network engineer, and more. Many job postings in these fields specifically mention Red Hat certifications as desired or required qualifications.

    Salary Potential

    Professionals with Red Hat certifications often command higher salaries compared to their non-certified counterparts. Employers value certified individuals for their proven skills and expertise, leading to potentially higher earning potential.

    Career Advancement

    Red Hat certifications can help you advance your career by providing a clear path for skill development and progression. As you gain more advanced certifications, you become eligible for more senior roles and responsibilities within organizations.

    Like the Curriculum ? Let's Get Started

    Global Certification

    Radical Technologies is the leading IT certification institute in Bangalore, offering a wide range of globally recognized certifications across various domains. With expert trainers and comprehensive course materials, it ensures that students gain in-depth knowledge and hands-on experience to excel in their careers. The institute’s certification programs are tailored to meet industry standards, helping professionals enhance their skillsets and boost their career prospects. From cloud technologies to data science, Radical Technologies covers it all, empowering individuals to stay ahead in the ever-evolving tech landscape. Achieve your professional goals with certifications that matter.

    course certificate

    Red Hat Linux Fees in Bangalore

    Online Classroom PREFERRED

    16 jul

    TUE - FRI
    07.00AM TO 09.00
    AM LST (GMT +5:30)
    Radical

    20 jul

    SAT - SUN
    10.00AM TO 01.00
    PM LST (GMT +5:30)
    Radical

    20 jul

    SAT - SUN
    08.00PM TO 11.00
    PM LST (GMT +5:30)
    Radical

    ₹ 85,044

    Discount Voucher

    "Register Now to Secure Your Spot in Our Featured Course !"

    BOOK HERE

    career services

    About Us

    At Radical Technologies, we are committed to your success beyond the classroom. Our 100% Job Assistance program ensures that you are not only equipped with industry-relevant skills but also guided through the job placement process. With personalized resume building, interview preparation, and access to our extensive network of hiring partners, we help you take the next step confidently into your IT career. Join us and let your journey to a successful future begin with the right support.

    At Radical Technologies, we ensure you’re ready to shine in any interview. Our comprehensive Interview Preparation program includes mock interviews, expert feedback, and tailored coaching sessions to build your confidence. Learn how to effectively communicate your skills, handle technical questions, and make a lasting impression on potential employers. With our guidance, you’ll walk into your interviews prepared and poised for success.

    At Radical Technologies, we believe that a strong professional profile is key to standing out in the competitive IT industry. Our Profile Building services are designed to highlight your unique skills and experiences, crafting a resume and LinkedIn profile that resonate with employers. From tailored advice on showcasing your strengths to tips on optimizing your online presence, we provide the tools you need to make a lasting impression. Let us help you build a profile that opens doors to your dream career.

    Red Hat Linux Course Projects

    Infrastructure Provisioning

    And Configuration Management

    Implementing automated infrastructure provisioning and configuration management using Ansible. This may include setting up servers, networking devices, and other infrastructure components using playbooks and roles. 

    software-developer

    Applications Deployment

    And Orchestration

    Automating the deployment and orchestration of applications across development, testing, and production environments. This could involve deploying web servers, databases. middleware, and other application components using Ansible

    Continuous Integration

    And Continuous Deployment

    Integrating Ansible into CI/CD pipelines to automate software. build, test, and deployment processes. This may include automating the creation of build artifacts, running tests, and deploying applications to various environments.