A. vault secrets enable -path=k8s-cluster kubernetes : " The secrets enable command enables a secrets engine at a given path. " The -path flag precedes the engine type.
Incorrect Options :
B : kv put is for key-value data, not enabling engines.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit