Quantcast
Channel: Kubernetes Archives - Shaun Yuan
Viewing all articles
Browse latest Browse all 15

Run multiple commands in kubernetes

$
0
0

This article will describe how to run multiple commands on container startup phase in kubernetes. Kubernetes provides several ways to run multiple command for a container, such as command parameter in container spec, or provide an entry point shell. bellow is an example for demonstrate how to run multiple commands in kubernetes. Using command parameter […]

The post Run multiple commands in kubernetes appeared first on Shaun Yuan.


Viewing all articles
Browse latest Browse all 15

Trending Articles