agones原理图
2021-07-12 11:24:47 0 举报
google agones原理图
作者其他创作
大纲/内容
GameServer
FleetX
Agones namespace
sdk api
// FleetAutoscaleResponse defines the response of webhook autoscaler endpointtype FleetAutoscaleResponse struct {\t// UID is an identifier for the individual request/response.\t// This should be copied over from the corresponding FleetAutoscaleRequest.\tUID types.UID `json:\"uid\"`\t// Set to false if no scaling should occur to the Fleet\tScale bool `json:\"scale\"`\t// The targeted replica count\tReplicas int32 `json:\"replicas\"`}
k8s API
GameServerAllocation
WebhookFleetAutoscaler
check scaler param
MatchMaker(Curstom)
// Parameters which define thresholds to trigger scalling up and scale factorvar (\treplicaUpperThreshold = 0.7\treplicaLowerThreshold = 0.3\tscaleFactor = 2.\tminReplicasCount = int32(2))
CustormWebService
Allocation api
FleetY
原理层
check fleet num
FleetAutoscaler
ds
WebService((Curstom))
GameServer Controller
SDK Agent
Ping
应用层
0 条评论
下一页
为你推荐
查看更多