What is the translation of " STATEFULSET " in English?

Noun

Examples of using Statefulset in Indonesian and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Ecclesiastic category close
Pod atau StatefulSet.
The Pods or Stateful Set.
Contoh di bawah ini akna menunjukkan komponen-komponen penyusun StatefulSet.
The example below demonstrates the components of a StatefulSet.
Pod di dalam StatefulSet.
Pod in the Stateful Set.
StatefulSet akan mulai membuat Pod dengan templat konfigurasi yang sudah di-revert.
StatefulSet will then begin to recreate the Pods using the reverted template.
Pola pada hostname yang terbentuk adalah$( statefulset name)-$( ordinal).
The pattern for the constructed hostname is$(statefulset name)-$(ordinal).
StatefulSet merupakan salah satu objek API workload yang digunakan untuk aplikasi stateful.
StatefulSet is the workload API object used to manage stateful applications.
Label ini akan mengizinkan kamu untuk meng-attach sebuah Service pada Pod spesifik tertentu. di StatefulSet.
This label allows you to attach a Service to a specific Pod in the StatefulSet.
StatefulSet tidak menjamin terminasi Pod ketika sebuah StatefulSet dihapus.
StatefulSets do not provide any guarantees on the termination of pods when a StatefulSet is deleted.
Perintah kubectl di bawah ini memilih semua Statefulset dan Service yang tidak terdapat pada namespace default.
This kubectl command selects all Statefulsets and Services that are not in the default namespace.
StatefulSet akan sangat bermanfaat apabila digunakan untuk aplikasi yang membutuhkan salah satu atau beberapa fungsi berikut.
StatefulSets are valuable for applications that require one or more of the following.
Contoh-contoh penggunaan yang lebih detail dapat dilihat pada dokumentasi StatefulSet dan petunjuk Produksi Pod.
More detailed usage examples can be found in the StatefulSets documentation and the Production Pods guide.
StatefulSet merupakan sumber daya beta sebelum 1.9 dan tidak tersedia pada Kubernetes rilis sebelum versi 1.5.
StatefulSet was a beta resource prior to 1.9 and not available in any Kubernetes release prior to 1.5.
Jangan membuat label atau selektoryang beririsan dengan kontroler lain( termasuk Deployment dan StatefulSet lainnya).
Do not overlap labels orselectors with other controllers(including other Deployments and StatefulSets).
Dalam kasus StatefulSet Pods, silakan melihat dokumentasi untuk penghentian Pod dari StatefulSet.
In case of StatefulSet pods, please refer to the task documentation for deleting Pods from a StatefulSet.
( governing servicedomain), dimana Service yang mengatur didefinisikan oleh field serviceName pada StatefulSet.
(governing service domain),where the governing service is defined by the serviceName field on the StatefulSet.
Setiap Pod di dalam StatefulSet memiliki hostname diturunkan dari nama SatetulSet tersebut serta ordinal Pod tersebut.
Each Pod in a StatefulSet derives its hostname from the name of the StatefulSet and the ordinal of the Pod.
Mekanisme strategi update RollingUpdate mengimplementasikan otomatisasirolling update untuk Pod yang ada pada StatefulSet.
The RollingUpdate update strategy implements automated,rolling update for the Pods in a StatefulSet.
Ketika sebuah controller StatefulSet membuat sebuah Pod, controller ini akan menambahkan label, statefulset. kubernetes.
When the StatefulSet controller creates a Pod, it adds a label, statefulset. kubernetes.
Perhatikan bahwa,PersistentVolume yang terkait dengan PersistentVolumeClaim dari Pod tidak akan dihapus ketika Pod, atau StatefulSet dihapus.
Note that, the PersistentVolumes associated with the Pods' PersistentVolume Claims are not deleted when the Pods, or StatefulSet are deleted.
MySQL diekspos sebagai StatefulSet dengan metadata yang digunakan untuk StatefulSet tersebut serta aplikasi yang menggunakannya.
MySQL is exposed as a StatefulSet with metadata for both it and the larger application it belongs to.
Di sini terdapat beberapa contoh penggunaan Domain Klaster, nama Service, nama StatefulSet, dan bagaimana hal tersebut berdampak pada nama DNS dari Pod StatefulSet.
Here are some examples of choices for Cluster Domain, Service name, StatefulSet name, and how that affects the DNS names for the StatefulSet's Pods.
StatefulSet saat ini membutuhkan sebuah Headless Service yang nantinya akan bertanggung jawab terhadap pada identitas jaringan pada Pod.
StatefulSets currently require a Headless Service to be responsible for the network identity of the Pods.
Lihat tutorial ZooKeeper untuk contoh dari konfigurasi StatefulSet dengan anti-afinitas untuk ketersediaan tinggi, menggunakan teknik yang sama.
See ZooKeeper tutorial for an example of a StatefulSet configured with anti-affinity for high availability, using the same technique.
StatefulSet, dengan nama web, memiliki Spek yang mengindikasikan terdapat 3 replika Container yang akan dihidupkan pada Pod yang unik.
The StatefulSet, named web, has a Spec that indicates that 3 replicas of the nginx container will be launched in unique Pods.
Untuk mendapatkan terminasi Pod yang terurut dan graceful pada StatefulSet, kita dapat melakukan scale down Pod ke 0 sebelum penghapusan.
To achieve ordered and graceful termination of the pods in the StatefulSet, it is possible to scale the StatefulSet down to 0 prior to deletion.
Untuk sebuah StatefulSet dengan N buah replika, setiap Pod di dalam StatefulSet akan diberi nama pada suatu indeks ordinal tertentu, dari 0 hingga N-1, yang unik pada Set ini.
For a StatefulSet with N replicas, each Pod in the StatefulSet will be assigned an integer ordinal, from 0 up through N-1, that is unique over the Set.
Kamu dapat mendefinisikan state yang diinginkan pada objek StatefulSet, dan kontroler StatefulSet akan membuat update yang dibutuhkan dari state saat ini.
You define your desired state in a StatefulSet object, and the StatefulSet controller makes any necessary updates to get there from the current state.
Sebuah kelompok Pod yang mewakili aplikasi dispesifikasikan menggunakan sebuah label selector yangsama dengan yang digunakan oleh pengatur aplikasi tersebut( Deployment, StatefulSet, dsb.).
The group of pods that comprise the application is specified using a label selector,the same as the one used by the application's controller(deployment, stateful-set, etc).
Manajemen Pod secara paralel akan menyebabkan kontroler StatefulSet untuk memulai atau menghentikan semua Pod yang ada secara paralel, dan tidak menunggu Pod berada dalam status Running dan Ready atau sudah dihentikan secara menyeluruh sebelum me-launch atau menghentikan Pod yang lain.
Parallel pod management tells the StatefulSet controller to launch or terminate all Pods in parallel, and to not wait for Pods to become Running and Ready or completely terminated prior to launching or terminating another Pod.
Pod yang dihapus atau tidak tersetia dikarenakan pembaruan bertahap juga dihitung terhadap bujet PDB, tetapi pengendali(seperti Deployment dan StatefulSet) tidak dibatasi oleh PDB ketika melakukan pembaruan bertahap; Penanganan kerusakan saat pembaruan aplikasi dikonfigurasikan pada spesifikasi pengendali.
Pods which are deleted or unavailable due to a rolling upgrade to an application do count against the disruption budget,but controllers(like deployment and stateful-set) are not limited by PDBs when doing rolling upgrades- the handling of failures during application updates is configured in the controller spec.
Results: 45, Time: 0.0198

Top dictionary queries

Indonesian - English