What is a Kubernetes Object
Ali Ilman
Posted on August 17, 2020
A Kubernetes object is something that exists in a Kubernetes cluster. There are configuration files we can write, and these files are used to create Kubernetes objects.
In Kubernetes, there are object types. An object type has its own purpose.
An example of an object type is the Pod object type. Pod is used to run a container.
To specify an object type in a Kubernetes config file, we use the kind
property.
kind: Pod
Resources
π πͺ π
π©
Ali Ilman
Posted on August 17, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
gitops Leveraging ArgoCD for Kubernetes Applications: Implementation, Use Cases, and Best Practices
November 28, 2024
getvm Mastering Kubernetes: A Comprehensive Collection of Free Programming Tutorials
August 19, 2024
kubernetes The Kubernetes Glossary Cheatsheet: Essential Terms to Know Before You Start
July 28, 2024