-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate ingress for Bahasa Indonesia. (#13958)
* Translate ingress for Bahasa Indonesia. * Using markdown instead of html tag. Add `_index.md` in concepts. * Remove italic md syntax from services-networking title in Bahasa. * Replace all html italic tag in feature-state and Ingress for Bahasa. * Address review for typo and paraprashing the content for Kubernetes in Bahasa. * Fix nitty gritty Ingress translation for Bahasa Indonesia. * Rebase from master * Fix trailing . after inbound.
- Loading branch information
1 parent
a1af880
commit 3c4a42b
Showing
9 changed files
with
544 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "Services, Load Balancing, dan Jaringan" | ||
weight: 60 | ||
--- | ||
|
474 changes: 474 additions & 0 deletions
474
content/id/docs/concepts/services-networking/ingress.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Ingress | ||
id: ingress | ||
date: 2019-04-21 | ||
full_link: /docs/concepts/services-networking/ingress/ | ||
short_description: > | ||
Sebuah obyek API yang mengatur akses eksternal terhadap *Service* yang ada di dalam kluster, biasanya dalam bentuk *request* HTTP. | ||
aka: | ||
tags: | ||
- networking | ||
- architecture | ||
- extension | ||
--- | ||
Sebuah obyek API yang mengatur akses eksternal terhadap *Service* yang ada di dalam kluster, biasanya dalam bentuk *request* HTTP. | ||
|
||
<!--more--> | ||
|
||
Ingress juga menyediakan *load balancing*, terminasi SSL, serta *name-based virtual hosting*. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Fitur ini berada di dalam tingkatan *Alpha*, yang artinya: | ||
|
||
* Nama dari versi ini mengandung string `alpha` (misalnya, `v1alpha1`). | ||
* Bisa jadi terdapat *bug*. Secara *default* fitur ini tidak diekspos. | ||
* Ketersediaan untuk fitur yang ada bisa saja dihilangkan pada suatu waktu tanpa pemberitahuan sebelumnya. | ||
* API yang ada mungkin saja berubah tanpa memperhatikan kompatibilitas dengan versi perangkat lunak sebelumnya. | ||
* Hanya direkomendasikan untuk kluster yang digunakan untuk tujuan *testing*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Fitur ini berada dalam tingkatan beta, yang artinya: | ||
|
||
* Nama dari versi ini mengandung string `beta` (misalnya `v2beta3`). | ||
* Kode yang ada sudah melalui mekanisme *testing* yang cukup baik. Menggunakan fitur ini dianggap cukup aman. Fitur ini diekspos secara *default*. | ||
* Ketersediaan untuk fitur secara menyeluruh tidak akan dihapus, meskipun begitu detail untuk suatu fitur bisa saja berubah. | ||
* Skema dan/atau semantik dari suatu obyek mungkin saja berubah tanpa memerhatikan kompatibilitas pada rilis *beta* selanjutnya. | ||
Jika hal ini terjadi, kami akan menyediakan suatu instruksi untuk melakukan migrasi di versi rilis selanjutnya. Hal ini bisa saja terdiri dari penghapusan, pengubahan, ataupun pembuatan | ||
obyek API. Proses pengubahan mungkin saja membutuhkan pemikiran yang matang. Dampak proses ini bisa saja menyebabkan *downtime* aplikasi yang bergantung pada fitur ini. | ||
* **Kami mohon untuk mencoba versi *beta* yang kami sediakan dan berikan masukan terhadap fitur yang kamu pakai! Apabila fitur tersebut sudah tidak lagi berada di dalam tingkatan *beta* perubahan yang kami buat terhadap fitur tersebut bisa jadi tidak lagi dapat digunakan** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
Fitur ini *deprecated*. Untuk informasi lebih lanjut mengenai tingkatan ini, silahkan merujuk pada [Kubernetes Deprecation Policy](/docs/reference/deprecation-policy/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Fitur ini berada di dalam tingkatan stabil, yang artinya: | ||
|
||
* Versi ini mengandung string `vX` dimana `X` merupakan bilangan bulat. | ||
* Fitur yang ada pada tingkatan ini akan selalu muncul di rilis berikutnya. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
headless: true | ||
|
||
resources: | ||
- src: "*alpha*" | ||
title: "alpha" | ||
- src: "*beta*" | ||
title: "beta" | ||
- src: "*deprecated*" | ||
title: "deprecated" | ||
- src: "*stable*" | ||
title: "stable" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: extensions/v1beta1 | ||
kind: Ingress | ||
metadata: | ||
name: test-ingress | ||
spec: | ||
backend: | ||
serviceName: testsvc | ||
servicePort: 80 | ||
|