Cribl on AWS Fargate
Answers
-
Hello @Joel Yue!
Weather you are running Cribl on a VM or Serverless, CPU and Memory resources requirements remain the same. You mentioned Araviton processors, and we've got some documentation on this processor type here.The calculation (IN + OUT = X gb/day) helps us estimate the resources required to process your workload. This calculation largely is universal reguardless of how you choose to run Cribl.
The primary differences (between VM's and Serverless deployments) to keep in mind are;
- When leveraging a VM deployment, we recommend reserving 2 cpu cores for normal OS level activities. The remaining resources can be used by Cribl processes. This reservation concept isn't important in a container deployment because a container is the process or collection of processes.
- When leveraging Serverless/Containters, Make sure you assign persistent storage IF you wish to leverage Persistent Queuing.
With that siad, you can always leverage the online calculator to get you in the ballpark of resource requirments. As with any sizing exercise, its best to reachout to your sales team to ensure you have the support you need to size your deployment.
0 - When leveraging a VM deployment, we recommend reserving 2 cpu cores for normal OS level activities. The remaining resources can be used by Cribl processes. This reservation concept isn't important in a container deployment because a container is the process or collection of processes.