GithubHelp home page GithubHelp logo

qqq-tech / kcna-kubernetes-and-cloud-native-associate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moabukar/kubernetes-and-cloud-native-associate-kcna

0.0 0.0 0.0 451 KB

Useful notes for the KCNA - Kubernetes and Cloud Native Associate

License: Apache License 2.0

kcna-kubernetes-and-cloud-native-associate's Introduction

License PRs Welcome

Kubernetes-and-Cloud-Native-Associate (KCNA)

  • Note: A documentation of notes & useful resources used to prepare for the KCNA. Feel free to share them :)

Exam Brief

  • Duration : 1.5 hours
  • Passing score: 75%

  • Certification validity: 3 years

  • Prerequisite: None

  • Cost: $250 USD, 1 year exam eligibility, with a free retake within the year.

  • Official KCNA curriculum

    Linux Foundation offer several discounts around the year such as CyberMonday, Kubecon and various other events - ensure to utilise these

KCNA topics overview

Extra helpful materials

Useful keys & Common accronyms in Kubernetes

  • K8s = Kubernetes
  • CNCF = Cloud Native Computing Foundation
  • NetPol = Network Policies
  • PV = Persistent Volumes
  • PVC = Persistent Volume Claims

๐Ÿ”น 1. Kubernetes Fundamentals - 46%

1.1 Fundamental Kuberenetes resources

Pods in K8s

Pods are the smallest deployable units of computing that you can create and manage in Kubernetes.

Deployments in K8s

A Deployment provides declarative updates for Pods and ReplicaSets.

You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate. You can define Deployments to create new ReplicaSets, or to remove existing Deployments and adopt all their resources with new Deployments.

Services in K8s

An abstract way to expose an application running on a set of Pods as a network service.

ReplicaSets in K8s

A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time. As such, it is often used to guarantee the availability of a specified number of identical Pods.

1.2 Kubernetes Architecture

1.3 Kubernetes API

1.4 Containers

1.5 Scheduling

๐Ÿ”น 2. Container Orchestration - 22%

2.1 Containers Orchestration Fundamentals

2.2 Runtime

2.3 Security

2.4 Networking

2.5 Service Mesh

2.6 Storage

๐Ÿ”น 3. Cloud Native Architecture - 16%

3.1 Autoscaling

3.2 Serverless

3.3 Community & Governance

3.4 Roles & Personas

3.5 Open Standards

๐Ÿ”น 4. Cloud Native Observability - 8%

4.1 Telemetry & Observability

4.2 Prometheus

4.3 Cost Management

๐Ÿ”น 5. Cloud Native Application Delivery - 8%

5.1 Application Delivery Fundamentals

5.2 GitOps

5.3 CI/CD

Slack

  1. Kubernetes Community - #kcna-exam-prep
  2. Kubernetes Community

Useful training material

More reading material

References

Useful Youtube vdeos

Useful Kubernetes repos + Next steps?

kcna-kubernetes-and-cloud-native-associate's People

Contributors

moabukar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.