Formatowanie i Kodowanie
Wdrożenie Kubernetes + Usługa
K8s Deployment + Service manifest in one file.
Notka redakcyjna
Understanding · Three nested objects, one running app.
Ten szczegółowy rozdział jest obecnie dostępny tylko w języku angielskim. Narzędzie konwersji powyżej działa w Twoim języku; długi artykuł objaśniający nie został jeszcze przetłumaczony.
Często zadawane pytania
Quick answers.
›What resources are included in the output?
The generator produces a `Deployment` and a `Service` resource separated by a YAML document divider (`---`). This allows you to define both the pod replication logic and the network access in a single file.
›Is my configuration sent to a server?
No. The manifest generation happens locally in your browser. No data regarding your image names, environment variables, or port settings ever leaves your device.
›Does this support custom annotations?
This tool focuses on the core specification including labels, ports, and environment variables. For complex configurations like ingress or persistent volumes, use this output as a starting template and modify it as needed.
›What service types are supported?
You can choose between `ClusterIP` for internal traffic, `NodePort` for external access via a static port, or `LoadBalancer` for cloud-based external access.
Ludzie wyszukują również
Powiązane narzędzia
More in this room.
- Generator Docker ComposePlik Compose z listy usług.
- GitHub Actions WorkflowPrzepływ pracy CI dla Node, Python lub Go w kilka sekund.
- Potok GitLab CIWielostopniowy .gitlab-ci.yml — budowanie / testowanie / wdrożenie.
- Szablon Modułu TerraformScaffold variables.tf + main.tf + outputs.tf.
- Generator Dobrych Praktyk DockerfileWielostopniowy Dockerfile + .dockerignore — Node, Python, Go.
- Szkielet Wykresu HelmChart.yaml + values.yaml + szablony za jednym zamachem.