diff --git a/rtfd/public/kubernetes/index.rst b/rtfd/public/kubernetes/index.rst index 3a2f728..c9d7482 100644 --- a/rtfd/public/kubernetes/index.rst +++ b/rtfd/public/kubernetes/index.rst @@ -97,3 +97,13 @@ Write deployment/my-deployment \ my-app=my-app:1.0.1 \ -n my-namespace + +Scale +----- + +.. code:: shell + + kubectl \ + scale deploy my-deployment \ + --replicas 3 \ + -n my-namespace