المنسقات والكود
Kubernetes Deployment + Service
K8s Deployment + Service manifest in one file.
ملاحظة المحرر
Understanding · Three nested objects, one running app.
هذا الفصل المعمّق متاح حاليًا باللغة الإنجليزية فقط. أداة التحويل أعلاه تعمل بلغتك؛ أما المقال التفصيلي الطويل فلم تتم ترجمته بعد.
الأسئلة المتكررة
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.
يبحث الأشخاص أيضًا عن
أدوات ذات صلة
More in this room.
- مولد Docker Composeملف Compose من قائمة بالخدمات.
- GitHub Actions Workflowسير عمل CI لـ Node أو Python أو Go في ثوانٍ.
- GitLab CI Pipelineパイプライン GitLab CI متعدد المراحل - بناء / اختبار / نشر.
- وحدة Terraform Module Stubهيكل variables.tf + main.tf + outputs.tf.
- مُولِّد أفضل ممارسات DockerfileDockerfile متعدد المراحل + .dockerignore - Node، Python، Go.
- هيكل Helm ChartChart.yaml + values.yaml + قوالب دفعة واحدة.