Popular Certifications Big Data

Big Data & Data Engineer

Most popular courses for Cloud Computing

Cloud Computing

Most popular Certifications in SAS

SAS & Analytics

Most popular Certifications in Programming

Certifications in Programming

Popular Certification By Category

Learn Big Data

You can learn Anywhere, with this courses.

Browse All BigData Courses

Learn Cloud Computing

You can learn Anywhere, with this courses.

Browse All Cloud Computing Courses

Learn NoSQL

You can learn Anywhere, with this courses.

Browse All NoSQL Courses

Learn Programming

You can learn Anywhere, with this courses.

Browse All Programming Courses

Learn Data Analytics

You can learn Anywhere, with this courses.

Browse All Data Analytics Courses

Popular Snowflake Courses & Certifications

Snowflake

Popular Technology Mock Interviews

Mock Interviews

Popular NoSQL Courses

NoSQL

Popular Certifications Data Science & Analytics

Data Science & Analytics

About Kubernetes Objects

  • Kubernetes objects are represented in Kubernetes API as well as .yaml format.
  • Kubernetes objects are persistent entities in the Kubernetes system. 
  • Kubernetes uses these entities to represent the state of your cluster, and describe following
    • What containerized applications are running and on which node.
    • What all resources are available to those applications.
    • Policies around for application behavior i.e.
      • Restart policies
      • Upgrade policies
      • Fault Tolerance policies
  • By creating an object, you are effectively telling the Kubernetes system what you want your cluster's workload look's like and that is your cluster's desired state. 
  • To work with Kubernetes objects i.e. create, modify or delete them. You have to use Kubernetes API. 
  • When you use the kubectl command line call, which internally makes the Kubernetes API calls for you. 
  • If you want to make Kubernetes API call directly in your own program then use respective programming Client Libraries. 

Other Popular Courses