Initialize your local workspace, by importing a specific community provisioner:
score-k8s init --provisioners REPLACE-ME-WITH-ACTUAL-PROVISIONER-FILE-URL.yamlNote: you need to replace REPLACE-ME-WITH-ACTUAL-PROVISIONER-FILE-URL.yaml by the actual provisioner file you want to use and import. More information here.
Get the provisioners definition:
score-k8s provisioners listGenerate the platform specific manifests:
score-k8s generate score.yamlSee the resource outputs:
score-k8s resources listYou can run the following command on each resource listed with the previous command to get their outputs:
score-k8s resources get-outputsDeploy the generated manifests:
kubectl apply -f manifests.yamlSee the running containers:
kubectl get all