Notice: file_put_contents(): Write of 1198 bytes failed with errno=28 No space left on device in /var/www/tgoop/post.php on line 50

Warning: file_put_contents(): Only 16384 of 17582 bytes written, possibly out of free disk space in /var/www/tgoop/post.php on line 50
DevOps Expert@DevOpsEx P.12
DEVOPSEX Telegram 12
✔️ کانتینرها تنها برای یک کار ساخته شده‌اند.

🔶 بهترین روش برای کاهش دغدغه‌های نگهداری کانتینرها این است که کانتینرهای داکر را تنها با یک process ایجاد کنید و از ایجاد چندین process در یک کانتینر خودداری کنید.
ایجاد چندین process در درون یک کانتینر، گاها Anti Pattern نیز درنظر گرفته میشود مگر اینکه دلایل قانع کننده‌ای وجود داشته باشد.

این مورد نه تنها در Docker، بلکه در Kubernetes نیز صادق است و بهتر است کانتینرهای درون یک Pod کوبرنتیز نیز تنها یک کار را انجام دهند.

اصل Separatation Of Concern یک اصل مهم برای نگهداری راحت‌تر زیرساخت های کانتینر بیس است.

A container shouldn’t run multiple processes. A pod shouldn’t contain multiple containers if they don’t need to run on the same machine.

#Docker #Kubernetes
〰️〰️〰️〰️〰️〰️
© @DevOpsEx
👍2



tgoop.com/DevOpsEx/12
Create:
Last Update:

✔️ کانتینرها تنها برای یک کار ساخته شده‌اند.

🔶 بهترین روش برای کاهش دغدغه‌های نگهداری کانتینرها این است که کانتینرهای داکر را تنها با یک process ایجاد کنید و از ایجاد چندین process در یک کانتینر خودداری کنید.
ایجاد چندین process در درون یک کانتینر، گاها Anti Pattern نیز درنظر گرفته میشود مگر اینکه دلایل قانع کننده‌ای وجود داشته باشد.

این مورد نه تنها در Docker، بلکه در Kubernetes نیز صادق است و بهتر است کانتینرهای درون یک Pod کوبرنتیز نیز تنها یک کار را انجام دهند.

اصل Separatation Of Concern یک اصل مهم برای نگهداری راحت‌تر زیرساخت های کانتینر بیس است.

A container shouldn’t run multiple processes. A pod shouldn’t contain multiple containers if they don’t need to run on the same machine.

#Docker #Kubernetes
〰️〰️〰️〰️〰️〰️
© @DevOpsEx

BY DevOps Expert




Share with your friend now:
tgoop.com/DevOpsEx/12

View MORE
Open in Telegram


Telegram News

Date: |

Hashtags are a fast way to find the correct information on social media. To put your content out there, be sure to add hashtags to each post. We have two intelligent tips to give you: Each account can create up to 10 public channels Developing social channels based on exchanging a single message isn’t exactly new, of course. Back in 2014, the “Yo” app was launched with the sole purpose of enabling users to send each other the greeting “Yo.” 3How to create a Telegram channel? Activate up to 20 bots
from us


Telegram DevOps Expert
FROM American