docker Build and tag container docker build -t yournameondockerhub/posts . Push container to docker hub docker push yournameondockerhub/posts Run container docker run service/posts kubernetes k8s expose port kubectl port-forward [[pod-name]] 8080:4000 exposes port localhost 8080, the 4000 is the internal node port k8s restart deployment kubectl rollout restart deployment event-bus-depl get the deployment names with
Tips and tricks
Here is a sample apache config with a additional VirtualHost # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instructions. # See for detailed information. # In particular, see # # for a discussion of each configuration directive. # # Do NOT
run this in Terminal rm -rf node_modules/ && rm package-lock.json && npm cache clean --force && npm i --legacy-peer-deps you are using dropbox, and you do not want the files to sync rm -rf node_modules/ && mkdir node_modules/ && xattr -w com.dropbox.ignored 1 node_modules/ && rm package-lock.json && npm cache clean --force && npm i
In your terminal type git fetch origin git rebase origin/master
Run this command in terminal in the directory of your git: git branch | grep -v "develop" | grep -v "master" | xargs git branch -D

when creating the user, you have the option to assign a policy group to him