A Word on CRUD
Learn about CRUD operation on the Kubernetes API server.
We'll cover the following
What is CRUD?
CRUD is an acronym for the four basic functions web APIs use to manipulate and persist objects — Create, Read, Update, Delete. As previously mentioned, the Kubernetes API exposes and implements CRUD-style operations via the common HTTP methods.
Let’s consider an example.
The following JSON is from the ns.json
file in the api
folder. It defines a new Namespace object called shield
.
Get hands-on with 1400+ tech skills courses.