自动扩缩容
本小节会介绍,如何为应用部署计划的一个待交付组件,配置自动扩缩容。我们使用运维特征里的 来完成开发。
如何使用
# sample.yaml
apiVersion: core.oam.dev/v1beta1
kind: Application
name: website
components:
- name: frontend # This is the component I want to deploy
type: webservice
image: nginx
- type: cpuscaler # Automatically scale the component by CPU usage after deployed
properties:
min: 1
cpuPercent: 60