# New Pluralsight Course - Managing the Kubernetes API Server and Pods

DevFeed: [New Pluralsight Course - Managing the Kubernetes API Server and Pods](<https://devfeed.tech/articles/new-pluralsight-course-managing-the-kubernetes-api-server-and-pods-17511.md>)

Original publisher: [Read original article](<https://www.nocentino.com/posts/2019-05-16-new-pluralsight-course-managing-kubernetes-api-and-pods/>)

Author: Anthony Nocentino

Published: 2019-05-16T11:11:14Z

Content type: release

Language: en

Sources: [Kubernetes on Anthony Nocentino's Blog](<https://devfeed.tech/sources/kubernetes-on-anthony-nocentino-s-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [API](<https://devfeed.tech/topics/api.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [course](<https://devfeed.tech/tags/course.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [linux](<https://devfeed.tech/tags/linux.md>), [pluralsight](<https://devfeed.tech/tags/pluralsight.md>), [server](<https://devfeed.tech/tags/server.md>), [training](<https://devfeed.tech/tags/training.md>)

## AI overview

The article announces a new Pluralsight course, "Managing the Kubernetes API Server and Pods." It describes practical instruction on the Kubernetes API, API server architecture, API objects, requests, versioning, debugging, resource organization, and pod management for IT professionals, system administrators, and developers.

## Source excerpt

New Pluralsight Course - Managing the Kubernetes API Server and Pods My new course&nbsp;**"Managing the Kubernetes API Server and Pods"**&nbsp;in now available on Pluralsight&nbsp;<a href="http://www.pluralsight.com/courses/managing-kubernetes-api-server-pods">here</a>! Check out the trailer&nbsp;<a href="https://www.pluralsight.com/player?course=managing-kubernetes-api-server-pods&author=anthony-nocentino&name=1db2671f-60d7-4221-ac1a-8797cfc3c350&clip=0&mode=live">here</a>&nbsp;or if you want to dive right in go&nbsp;<a href="http://www.pluralsight.com/courses/managing-kubernetes-api-server-pods">here</a>!&nbsp;This course offers practical tips from my experiences managing Kubernetes Clusters and workloads for Centino Systems clients. This course targets IT professionals that design and maintain Kubernetes and container based solutions.The course can be used by both the IT pro learning new skills and the system administrator or developer preparing for using Kubernetes both on premises and in the Cloud. Let's take your Kubernetes administration and configuration skills to the next level and get you started&nbsp;<a href="http://www.pluralsight.com/courses/managing-kubernetes-api-server-pods">now</a>! The modules of the course are: <ul> <li> **Using the Kubernetes API**&nbsp;-&nbsp;In this module we will dive into the Kubernetes API, looking closely at the architecture of the API Server and how exposes and manages Kubernetes API Objects. Then we will learn about API versioning and object maturity. Next, we'll look at anatomy of an API request, leading us up to debugging interactions with the API Server. </li> <li> **Managing Objects with Labels, Annotations and Namespaces**&nbsp;-&nbsp;In this demo-heavy module, we will learn out to organize and interact with resources in Kubernetes using Labels, Annotations, and Namespaces. We will also learn how to use labels to influence Kubernetes operations in Controllers and Pod scheduling. </li> <li> **Running and Managing Pods