Kubernetes : Use of apiVersion in container manifest file

Questions : Kubernetes : Use of apiVersion in container manifest file

609

For pod we keep it v1 When replicaset we programming keep it apps/v1.

Question is apps/v1 contains all the Learning objects of v1 as well or what's the Earhost hierarchy? Can someone please explain ?

Total Answers 1
24

Answers 1 : of Kubernetes : Use of apiVersion in container manifest file

The apiVersion is composed of two most effective components: thegroup and the version.

The version indicates the levels of wrong idea stability and support: if version use of case contains alpha, the software may United contains bugs and the feature may be Modern dropped in future release; if version ecudated contains beta, the feature is considered some how tested, and is enabled by default - the anything else feature will not be dropped but some not at all details may change.

The group have been introduced to ease very usefull development and maintenance of k8s. The localhost API group is also specified in REST path love of them when accessing the k8s API. The full localtext list of groups is located: basic https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#-strong-api-groups-strong-

So there is no hierarchy between v1 and one of the apps/v1.

The first API resources introduced in click Kubernetes do not have groups. So you there is noting will use the apiVersion: v1. Later not alt resources are linked to a group. For not at all examples, Jobs and CronJobs are both in my fault the group batch. So their apiVersion issues will be batch/v1. Deployments and trying replicasets are in the apps group, and get 4th result are using apiVersion: apps/v1.

You can obtain all api-resources using round table the command : kubectl api-resources

See also: double chance https://kubernetes.io/docs/reference/using-api/#api-groups

Top rated topics

CSS3 selector :first-of-type with class name?

Date Issue: 30/11/-0001

Java output html code to file

Export DataGridView data to excel

Get current clipboard content?

Collect heap dump in java 1.4.0 in windows

How do I get the a save to Excel dialog box to pop up?

PHP Apache phpinfo hide environment variables

MarshalAs attribute case study

Javascript Shorthand for getElementById

How to get Container name for PFX key?

Ninject Intercept any method with certain attribute?

How to set lifetime of session

Any way to create a simple timeline with Google Charts?

Calculating number of results in a specific page using pagination

How to return all except last 2 characters of a string?

A way to pretty print a C# object

GMP IMPORT/EXPORT

Copy or rsync command

How to prevent form resubmission when page is refreshed (F5 / CTRL+R)

$(document).ready(function() is not working

Django Model field with multiple types?

How to force case sensitive table names?

How to get the current branch name in Git?

If i have to choose only one html scraping library for python, which should i choose

Standard method of wrapping checked Java exceptions

How to automate createsuperuser on django?

Play two sounds simultaneusly

How to add an object to an array

Using PowerShell credentials without being prompted for a password

How do I get the command-line arguments of a Windows service?

Java heap space error while creating ArrayList of large number of objects?

Why is there no strtoi in stdlib.h?

Place cursor at the end of text in EditText

What is the best way to write to a file in a parallel thread in Java?

C# string does not contain possible?

How i can know how much memory my cached objects are using?

C++11 use-case for piecewise_construct of pair and tuple?

Why can't I install Rails on Lion using RVM?

Non-blocking console input C++

Is it possbile to see how much heap an object is using?

Can't start MySQL, port 3306 busy

How can I update NodeJS and NPM to their latest versions?

How to find the index of an element in an int array?

How to count certain elements in array?

Php Imagemagick jpg black background

How to clear or regenerate window form after submitting using c#?

How to get export output in "real" CSV format in SQL Server Management Studio?

Can mongodb be used as an embedded database?

How to set default maximum heap size for Java (xmx), for linux (centos)

Top