kubernetes
24 tools tagged "kubernetes".
YAML Base64 Decoder
Decode a Base64 string back into readable YAML.
Open toolYAML Base64 Encoder
Base64-encode a YAML document for embedding in configs or env vars.
Open toolKubernetes Deployment YAML Generator
Fill in a form to generate a complete Kubernetes Deployment manifest, with env vars, resources, probes, and rolling updates.
Open toolKubernetes Service YAML Generator
Generate a Kubernetes Service manifest for ClusterIP, NodePort, LoadBalancer, or headless service types.
Open toolKubernetes Ingress YAML Generator
Generate a Kubernetes Ingress manifest with host/path routing rules, TLS, and common controller annotations.
Open toolKubernetes ConfigMap YAML Generator
Generate a Kubernetes ConfigMap manifest from key/value pairs or a single file's contents.
Open toolKubernetes Secret YAML Generator
Generate a Kubernetes Secret manifest (Opaque, TLS, or Docker config) from plain-text key/value entries.
Open toolKubernetes HorizontalPodAutoscaler YAML Generator
Generate a Kubernetes HorizontalPodAutoscaler (autoscaling/v2) manifest targeting a Deployment by CPU and/or memory utilization.
Open toolKubernetes PodDisruptionBudget YAML Generator
Generate a Kubernetes PodDisruptionBudget manifest with either minAvailable or maxUnavailable, as a count or percentage.
Open toolKubernetes ResourceQuota YAML Generator
Generate a Kubernetes ResourceQuota manifest capping a namespace's compute requests/limits and object counts.
Open toolKubernetes Namespace YAML Generator
Generate a Kubernetes Namespace manifest with repeatable labels and annotations.
Open toolKubernetes Pod YAML Generator
Generate a raw, standalone Kubernetes Pod manifest with a custom command, ports, env vars, and restart policy.
Open toolKubernetes PersistentVolume Generator
Build a Kubernetes PersistentVolume manifest with hostPath or NFS storage, access modes, and a reclaim policy.
Open toolKubernetes PersistentVolumeClaim Generator
Build a Kubernetes PersistentVolumeClaim manifest with access modes, storage size, storage class, and an optional selector.
Open toolKubernetes StatefulSet Generator
Build a Kubernetes StatefulSet manifest with a headless service name, replicas, a volumeClaimTemplate, and a pod management policy.
Open toolKubernetes DaemonSet Generator
Build a Kubernetes DaemonSet manifest with env vars, a node selector, tolerations, and an update strategy.
Open toolKubernetes Job Generator
Build a Kubernetes Job manifest with a command, parallelism, completions, backoff limit, and a restart policy.
Open toolKubernetes CronJob Generator
Build a Kubernetes CronJob manifest with a cron schedule, concurrency policy, and history/deadline limits.
Open toolKubernetes NetworkPolicy Generator
Build a Kubernetes NetworkPolicy manifest with pod/namespace selectors, IP block rules, and separate ingress/egress rules.
Open toolKubernetes RBAC Generator
Build a Kubernetes Role or ClusterRole with rules, plus its matching RoleBinding or ClusterRoleBinding.
Open toolHelm values.yaml Generator
Build a starter Helm values.yaml with image, service, ingress, resources, env vars, and a secrets placeholder block.
Open toolKustomization YAML Generator
Build a kustomization.yaml with a resources list, optional bases, commonLabels, a namespace override, and a configMapGenerator.
Open toolKubernetes ServiceAccount YAML Generator
Generate a Kubernetes ServiceAccount manifest with labels, annotations, token automounting, and image pull secrets.
Open toolSecrets Manager Config Generator
Generate AWS Secrets Manager CLI commands, Kubernetes External Secrets YAML, or Vault kv commands for one named secret.
Open tool