Book Image

Becoming KCNA Certified

By : Dmitry Galkin
Book Image

Becoming KCNA Certified

By: Dmitry Galkin

Overview of this book

The job market related to the cloud and cloud-native technologies is both growing and becoming increasingly competitive, making certifications like KCNA a great way to stand out from the crowd and learn about the latest advancements in cloud technologies. Becoming KCNA Certified doesn't just give you the practical skills needed to deploy and connect applications in Kubernetes, but it also prepares you to pass the Kubernetes and Cloud Native Associate (KCNA) exam on your first attempt. The book starts by introducing you to cloud-native computing, containers, and Kubernetes through practical examples, allowing you to test the theory out for yourself. You'll learn how to configure and provide storage for your Kubernetes-managed applications and explore the principles of modern cloud-native architecture and application delivery, giving you a well-rounded view of the subject. Once you've been through the theoretical and practical aspects of the book, you'll get the chance to test what you’ve learnt with two mock exams, with explanations of the answers, so you'll be well-prepared to appear for the KCNA exam. By the end of this Kubernetes book, you'll have everything you need to pass the KCNA exam and forge a career in Kubernetes and cloud-native computing.
Table of Contents (22 chapters)
1
Part 1: The Cloud Era
4
Part 2: Performing Container Orchestration
7
Part 3: Learning Kubernetes Fundamentals
12
Part 4: Exploring Cloud Native
16
Part 5: KCNA Exam and Next Steps

Questions

Correct answers can be found at __TBD__

  1. What does CI mean?
    1. Continuous Interaction
    2. Continuous Improvement
    3. Continuous Integration
    4. Continuous Inspection
  2. Which of the following stages are the focus of CI automation (pick multiple)?
    1. Release
    2. Build, Test
    3. Deploy
    4. Package
  3. Which of the following definitions are correct for CD (pick multiple)?
    1. Continuous Debugging
    2. Continuous Delivery
    3. Continuous Destruction
    4. Continuous Deployment
  4. Which of the following is considered a CI/CD practice?
    1. Frequent, large releases done by the whole team together
    2. Frequent, small, and fully automated releases
    3. Frequent, small, well tested, and automated releases
    4. Infrequent, large, and automated releases
  5. Which of the following tools are suitable for GitOps (pick multiple)?
    1. Jenkins X
    2. FluxCD
    3. TravisCI
    4. ArgoCD
  6. Which of the following elements are a part of GitOps (pick multiple)?
    1. Kubernetes
    2. CI/CD
    3. IaC
    4. Merge (or pull) Requests
  7. Which VCS is used with GitOps?
    1. Bitbucket
    2. Subversion
    3. Git
    4. Mercurial
  8. What is infrastructure...