filmov
tv
Kubernetes LAB 07: How to encode a string with base64 to use in resource YAML file in 10 seconds
Показать описание
Some Kubernetes resources like "secret" requires base64 encoded values in YAML. This is how you encode any string with base64.
Example of a resource that needs encoded value:
Command to encode: (Example)
echo "mypassword" | base64
Example of a resource that needs encoded value:
Command to encode: (Example)
echo "mypassword" | base64