Hi Team, Regarding ingress : found the apiVersion used in our course as "extensi . . .

Arul Raj:
Hi Team,
Regarding ingress : found the apiVersion used in our course as “extensions/v1beta1” but in “https://kubernetes.io/”, found it’s with “http://networking.k8s.io/v1|networking.k8s.io/v1” , I beleive with higher version it should be networking apiVersion

Arul Raj:
Any comments on this and share your thoughts about handling this in exam …

Mohamed Ayman:
Follow the documentation in the exam because the documentation now v1.20 and the exam based on v1.20

Mariusz Gomse:
• Ingress in extensions/v1beta1 was used in k8s 1.13
• in 1.14 it was changed to networking/v1beta1 with a note that extensions/v1beta1 is depreciated and will be removed in 1.18
> Ingress resources are now available via <http://networking.k8s.io/v1beta1|networking.k8s.io/v1beta1>. Ingress resources in extensions/v1beta1 are deprecated and will no longer be served in v1.18. Existing persisted data is available via the new API group/version (https://github.com/kubernetes/kubernetes/pull/74057|#74057, https://github.com/liggitt|@liggitt)
• starting 1.19 Ingress graduades to GA (General Availability) and it is available under the <http://networking.k8s.io/v1|networking.k8s.io/v1> apiVersion (https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.19.md#ingress-graduates-to-general-availability and https://v1-19.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#ingress-v1-networking-k8s-io)

Arul Raj:
it clarifies my doubt, Thank you both !!