-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pl] docs/concepts/workloads/controllers/_index.md #49804
base: main
Are you sure you want to change the base?
[pl] docs/concepts/workloads/controllers/_index.md #49804
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -0,0 +1,61 @@ | |||
--- | |||
title: "Zarządzanie Workloadem" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: "Zarządzanie Workloadem" | |
title: "Zarządzanie uruchamianiem aplikacji" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
Kubernetes udostępnia kilka wbudowanych interfejsów API do deklaratywnego | ||
zarządzania Twoim | ||
{{< glossary_tooltip text="workloadem" term_id="workload" >}} oraz jego komponentami. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{{< glossary_tooltip text="workloadem" term_id="workload" >}} oraz jego komponentami. | |
{{< glossary_tooltip text="zadaniami" term_id="workload" >}} oraz jego komponentami. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
będziesz chciał uruchomić nowy Pod, aby go zastąpić. Kubernetes może to zrobić za Ciebie. | ||
|
||
Używasz API Kubernetesa aby utworzyć {{< glossary_tooltip text="obiekt" term_id="object" >}} | ||
workloadu, który reprezentuje wyższy poziom abstrakcji niż |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
workloadu, który reprezentuje wyższy poziom abstrakcji niż | |
zadania (workload), który reprezentuje wyższy poziom abstrakcji niż |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
workloadu, który reprezentuje wyższy poziom abstrakcji niż | ||
Pod, a następnie {{< glossary_tooltip text="płaszczyzna sterowania" term_id="control-plane" >}} | ||
Kubernetesa automatycznie zarządza obiektami Pod w Twoim | ||
imieniu, na podstawie specyfikacji zdefiniowanego przez Ciebie obiektu tego workloadu. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imieniu, na podstawie specyfikacji zdefiniowanego przez Ciebie obiektu tego workloadu. | |
imieniu, na podstawie specyfikacji zdefiniowanego przez Ciebie obiektu tego zadania. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kubernetesa automatycznie zarządza obiektami Pod w Twoim | ||
imieniu, na podstawie specyfikacji zdefiniowanego przez Ciebie obiektu tego workloadu. | ||
|
||
Wbudowane interfejsy API do zarządzania workloadami to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wbudowane interfejsy API do zarządzania workloadami to: | |
Wbudowane interfejsy API do zarządzania zadaniami to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[pl] Polish translation of the 'Concepts' chapter #49778
EDIT:
the parent _index.md : #49797