Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Kubernetes
(view source)
Revision as of 09:46, 19 June 2021
152 bytes added
,
09:46, 19 June 2021
→pod
and apply it with
<code>kubectl apply -f file.yaml<
/
code
>. you can also apply it directly from stdin using
<syntaxhighlight lang="bash">
kubectl apply -f - <<EOF
kind: Pod
metadata:
...
EOF
</syntaxhighlight
>
== deployment ==
Paul
Bureaucrats
,
Administrators
142
edits
Navigation menu
Personal tools
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version