Difference between revisions of "Entrypoint"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Entrypoint in [[Kubernetes]] refers<ref>Stackoverflow, Difference between Docker ENTRYPOINT and Kubernetes container spec COMMAND?, https://stackoverflow.com/questions/44316361/difference-between-docker-entrypoint-and-kubernetes-container-spec-command last accessed: July 31, 2021</ref> to an command that is run when the container is being initialized<ref>{{:BOOK/Cloud Native DevOps with Kubernetes}}</ref>. | Entrypoint in [[Kubernetes]] refers<ref>Stackoverflow, Difference between Docker ENTRYPOINT and Kubernetes container spec COMMAND?, https://stackoverflow.com/questions/44316361/difference-between-docker-entrypoint-and-kubernetes-container-spec-command last accessed: July 31, 2021</ref> to an command that is run when the container is being initialized<ref>{{:BOOK/Cloud Native DevOps with Kubernetes/What Belongs in a Container}}</ref>. | ||
<noinclude> | <noinclude> | ||
Line 6: | Line 6: | ||
==Related Pages== | ==Related Pages== | ||
[[Category:Kubernetes]] | |||
[[Category:Container]] | |||
</noinclude> | </noinclude> |
Latest revision as of 13:18, 28 January 2022
Entrypoint in Kubernetes refers[1] to an command that is run when the container is being initialized[2].
References
- ↑ Stackoverflow, Difference between Docker ENTRYPOINT and Kubernetes container spec COMMAND?, https://stackoverflow.com/questions/44316361/difference-between-docker-entrypoint-and-kubernetes-container-spec-command last accessed: July 31, 2021
- ↑ Arundel, John; Domingus, Justin (2019). Cloud Native DevOps with Kubernetes. O'Reilly Media. p. 135. ISBN 978-1-492-04076-7.
Related Pages