Skip to Content
Certified Kubernetes Application Developer (CKAD) Study Guide
book

Certified Kubernetes Application Developer (CKAD) Study Guide

by Benjamin Muschko
February 2021
Intermediate to advanced
188 pages
4h 23m
English
O'Reilly Media, Inc.
Content preview from Certified Kubernetes Application Developer (CKAD) Study Guide

Chapter 2. Core Concepts

By “core concepts,” the CKAD curriculum is referring to Kubernetes’ basic concepts, its API, and the commands to operate an application on Kubernetes. In this chapter, we’ll discuss the basic structure of Kubernetes primitives and the main entry point for interacting with them: the command line–based client, kubectl.

A Pod is the Kubernetes primitive for running an application in a container. We’ll touch on the predominant aspects of a Pod and also briefly discuss Docker, the containerization technology employed by Kubernetes.

At the end of the chapter, you’ll understand how to create Kubernetes objects imperatively and declaratively and know how to create a Pod and define its most basic configuration.

At a high level, this chapter covers the following concepts:

  • Container concepts

  • Pod

  • Namespace

Kubernetes Primitives

Kubernetes primitives are the basic building blocks anchored in the Kubernetes architecture for creating and operating an application on the platform. Even as a beginner to Kubernetes, you might have heard of the terms Pod, Deployment, and Service, all of which are Kubernetes primitives. There are many more that serve a dedicated purpose in the Kubernetes architecture.

To draw an analogy, think back to the concepts of object-oriented programming. In object-oriented programming languages, a class defines the blueprint of a real-world functionality: its properties and behavior. A Kubernetes primitive is the equivalent of a class. The ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Certified Kubernetes Application Developer (CKAD) Study Guide, 2nd Edition

Certified Kubernetes Application Developer (CKAD) Study Guide, 2nd Edition

Benjamin Muschko

Publisher Resources

ISBN: 9781492083726Errata Page