install minikube from powershell using choco installer, if you don't have choco already from herechoco install minikube choco install kubernetes-cli minikube start -–vm-driver=virtualboxMethod-2If the above method doesn't work, then you can set up virtualbox as the default driver and … [Read more...] about How to install minikube on windows using virtual box
Kubernetes: Deploying on master node only
https://kubernetes.slack.com/archives/C09NXKJKA/p1574305408319100 … [Read more...] about Kubernetes: Deploying on master node only
Golang interview questions
Question Answer Question Method declaration syntax Answer Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus … [Read more...] about Golang interview questions
Ansible interview questions
Core concepts Question Answer QuestionWhat is the use of Ansible?Answer Question Answer QuestionHow do you access shell variables in Ansible?Answer Question Answer QuestionHow do you disable cowsay?Answer Question Answer QuestionWhat is the use of … [Read more...] about Ansible interview questions
Jenkins Interview Questions
Question Answer Question How do you install Jenkins master slave setup? Answer Question Answer Question What are alternatives to Jenkins? Answer Question Answer Question How to setup email … [Read more...] about Jenkins Interview Questions
Kubernetes interview questions
Core concepts Question Answer Question What is Kubernetes? Answer Kubernetes is an open source container orchestration tool developed by google. Currently its under CNCF (Cloud Native Computing Foundation) project Orchestration means, SCAFService … [Read more...] about Kubernetes interview questions
Installing Yarn on Ubuntu
Yarn is a dependency management tool for javascript, alternative to npm (node package manager)curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.listsudo apt updatesudo apt … [Read more...] about Installing Yarn on Ubuntu
reverse engineer hibernate pojos in intelliJ
Step-1: Install Hibernate support pluginStep-2: Create maven project of archetype-webappCreate a new project from New -> Project -> Maven -> archetype -> webappStep-3: Hibernate configCreate the below config and save it as hibernate-cfg.xml<?xml version="1.0" … [Read more...] about reverse engineer hibernate pojos in intelliJ