To formally define Agile through product development, Google describe as: ‘relating to a method of product management, used especially for software development, that is characterized by the division of tasks into short phases of work and frequent reassessment and adaptation of plans.’
Structure of development team would help the product development to know the size of phases...
Most of the time, dotnet developers setup and configure a windows server and then occupy the entire server for a single project or a micro service project using web services. Then handling and maintaining the server and IIS inside the server would cost a lot of load on server maintainance.
Contianerize environment would help devops culure and development to push...
Apache Spark is an engine for Big Data processing. One can run Spark on distributed mode on the cluster. In the cluster, there is master and n number of workers. It schedules and divides resource in the host machine which forms the cluster. The prime work of the cluster manager is to divide resources across applications. It works as an...
Before going thorugh configuration and build of kubernetes packages, we should install minikube or Kubernetes. My primary goal was to try Kubernetes on VMs the simplest way. I have chosen minimal version of k8s called minikube and used a Virtualbox VM with Ubuntu 18.04. minikube creates a single-node cluster.
There is a problem with minikube on VirtualBox VM: minikube uses...