From 0baf53c1b27cfad9a88e67695d468adb8877d65c Mon Sep 17 00:00:00 2001 From: yasinherken Date: Sat, 15 Jun 2024 15:56:37 +0300 Subject: [PATCH] Add Turkish localization for pod.md for adding /tr branch Signed-off-by: yasinherken --- content/tr/pod.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/tr/pod.md b/content/tr/pod.md index 5d2631979e..d0b41dcf6d 100644 --- a/content/tr/pod.md +++ b/content/tr/pod.md @@ -21,14 +21,6 @@ Ve bu ilgili konteynerlerin yaşam döngülerinin senkronize edilmesi gerekmesin ## Nasıl Yardımcı Olur -Pods bundle closely tied containers into a single unit, significantly simplifying container operations. -For instance, auxiliary containers are often used alongside the main container to add additional functionalities or to set up global configurations. -Examples include containers that inject and apply basic settings to the main container, -_sidecar_ (containers) that handle network traffic routing for the main container (see [service mesh](/service-mesh/)), -or containers collecting logs in conjunction with each container. - -Memory and CPU allocation can be defined either on a pod level, allowing the containers inside to share resources in a flexible way, or per container. - Pod'lar birbiriyle yakından bağlantılı konteynerleri tek bir birim halinde bir araya getirerek konteyner işlemlerini önemli ölçüde basitleştirir. Örneğin, ek işlevler eklemek veya genel konfigürasyonlar oluşturmak için genellikle ana konteynerin yanında yardımcı konteynerler kullanılır. Örnekler arasında ana konteynere temel ayarları enjekte eden ve uygulayan konteynerler,