Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Kubernetes YAML file, which I copied from PDF file. It should be nice, if I could format the file in order to have the correct indentation of the k8s file
What I have now:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: minimal-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
ingressClassName: nginx-example
rules:
- http:
paths:
- path: /testpath
pathType: Prefix
backend:
service:
name: test
port:
number: 80
What would I like to have
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: minimal-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
ingressClassName: nginx-example
rules:
- http:
paths:
- path: /testpath
pathType: Prefix
backend:
service:
name: test
port:
number: 80
Additional information: from my current vscode (1.73.1) I have already installed both the following extensions
Name: YAML
Id: redhat.vscode-yaml
Description: YAML Language Support by Red Hat, with built-in Kubernetes syntax support
Version: 1.10.1
Publisher: Red Hat
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
and
Name: Kubernetes YAML Formatter
Id: kennylong.kubernetes-yaml-formatter
Description: A better YAML formatter for DevOps like Kubernetes, Ansible, CI/CD, etc.
Version: 1.1.0
Publisher: kennylong
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=kennylong.kubernetes-yaml-formatter
dev-hemul
7aa9f68ad93048a792ee1efa1e1566
Chris Catto
platestheapp
Rick Wagenmakers
Tarik Neaj
e7b6f80b2a5d4f1d8745e55bbd909d
Federico Giovannacci
f867415638cb4eff932132d26a8d62
Mohamed Bourga
Karl Denninger