You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#This YAML file defines two object Deployment and Service to be ran in the Kubernetes for Docker container. Kubernetes scales and distributes docker containers.
#There are two objects seperated by the --
# DEPLOYMENT:Deployment named docker-nodejs-demo, this creates replicates using pod scheme.
# Service: Nodeport type service called todo-entrypoint. (Service podları dış dünyaya açar ve onlara erişim sağlar).