Chris Stryczynski

Software Developer / Consultant

How to kubectl apply from stdin

Posted on: 13/09/2019

You can just pipe your content to the command: kubectl apply -f -

For example:

terraform output config_map_aws_auth | kubectl apply -f -
Comments

No comments, yet!

Submit a comment