Slide 13
Slide 13 text
kubernetesリソースの自動生成 + 自動更新
解決策
12
chassisctl
chassis_config.toml
fixed_version = "latest"
repository_name = "eightcard/randd_hello_chassis"
namespace = "samples"
[[applications]]
name = "randd_hello_chassis"
directory = "."
service_type = "deployment"
environments = ["development", "staging", "production"]
env = [{ name = "TARGET", value = "Chassis" }]
include_entrusted_data = false
use_istio_sidecar = false
port = 8080
[applications.pr]
enabled = true
environments = ["development", "staging", "production"]
[applications.pr.used_resources]
url_mode = "host"
…
service_account.yaml
deployment.yaml
service.yaml
gateway.yaml
vs.yaml
buildコマンド