Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 362 Bytes

File metadata and controls

19 lines (9 loc) · 362 Bytes

Frontend_Kubernetes

To Build Docker image

CD to Directory

Docker build . -t image_custom_name --no-cache

docker run --name ContainerName --net=host -d image_custom_name

ENV vars specified both inside ang-config-maps.txt and ( ang-dep && ang-ser )

kubectl create -f ang-config-map.yaml kubectl create -f ang-dep.yaml kubectl apply -f ang-serv.yaml