Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Kubernetes Snippets by bezdarNew to Visual Studio Code? Get it now.
Kubernetes Snippets by bezdar

Kubernetes Snippets by bezdar

bezdar

|
1 install
| (0) | Free
Snippets for all common Kubernetes objects (Deployment, Service, Ingress, RBAC, etc.)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kubernetes bezdar snippets

Snippets for all common Kubernetes objects. Type a prefix in any .yml / .yaml file and press Tab.

Snippets

Prefix Description
Namespace Namespace
ServiceAccount ServiceAccount
ConfigMap ConfigMap
Secret Secret
Pod Pod
Deployment Deployment
StatefulSet StatefulSet
DaemonSet DaemonSet
ReplicaSet ReplicaSet
Job Job
CronJob CronJob
Service Service (ClusterIP)
ServiceNodePort Service (NodePort)
ServiceLoadBalancer Service (LoadBalancer)
Endpoints Endpoints
EndpointSlice EndpointSlice
Ingress Ingress
IngressClass IngressClass
NetworkPolicy NetworkPolicy
PersistentVolume PersistentVolume
PersistentVolumeClaim PersistentVolumeClaim
StorageClass StorageClass
VolumeAttachment VolumeAttachment
CSIDriver CSIDriver
ResourceQuota ResourceQuota
LimitRange LimitRange
HorizontalPodAutoscaler HorizontalPodAutoscaler
VerticalPodAutoscaler VerticalPodAutoscaler
PodDisruptionBudget PodDisruptionBudget
Lease Lease
CertificateSigningRequest CertificateSigningRequest
Role Role (core API group)
RoleApps Role (apps API group)
RoleBatch Role (batch API group)
RoleNetworking Role (networking.k8s.io)
ClusterRole ClusterRole
RoleBinding RoleBinding
ClusterRoleBinding ClusterRoleBinding
RBAC ServiceAccount + Role + RoleBinding (all-in-one)
ClusterRBAC ServiceAccount + ClusterRole + ClusterRoleBinding (all-in-one)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft