You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »


Deployment는 쿠버네티스에서 가장 널리 사용되는 오브젝트입니다. ReplicaSet을 이용하여 Pod을 업데이트하고 이력을 관리하여 롤백Rollback하거나 특정 버전revision으로 돌아갈 수 있습니다.


http://wiki.ciscolinux.co.uk/index.php/Kubernetes/Deployment,_ReplicaSet_and_Pod

 



k create deployment --image=nginx nginx --dry-run=client -o yaml > nginx-deploy.yaml



  • No labels