Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 KOPS 很陌生,所以我对 AWS 中的集群部署过程有很多疑问。
假设我有 3 个预留实例:我想在我现有的 AWS 预留实例中部署一个 Master 和两个 worker。
任何人都可以写一个逐步指南来完成吗?
谢谢。
创建集群时,您必须使用参数--master-size和指定节点和主节点类型以匹配保留实例的类型--node-size。例如,如果您保留了 m4.large 实例,只需设置--master-size=m4.large.
--master-size
--node-size
--master-size=m4.large
如果您使用的实例类型与预留实例类型相同,AWS 将自动应用折扣。