Latest

Multinode kubernetes cluster in virtualbox

Submitted on Fri, 08/13/2021 - 09:12

1.Update the package repository (All hosts)
sudo apt-get update

2. Install Docker (All hosts)
sudo apt-get install docker.io -y

3. Access Repos via HTTPS (All hosts)
sudo apt-get install apt-transport-https curl -y

4. Add K8S key and Repo (All hosts)
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
cat <<EOF | sudo tee /etc/apt/sources.list.d/kubernetes.list
deb https://apt.kubernetes.io/ kubernetes-xenial main
EOF

Healthcare Vulnerability Mapping Using K- means++ Algorithm and Entropy Method

Submitted on Fri, 06/11/2021 - 00:31

Vulnerable population in healthcare refer to those who are at greater risk of suffering from health hazards due to various socio-economic factors, geographical barriers and medical conditions. Mapping of this vulnerable population is a vital part of healthcare planning for any region. Results of vulnerability mapping later can help with meaningful interventions for healthcare demands.

This study focuses on combining geo analytics, unsupervised machine learning algorithm and entropy method for performing vulnerability mapping based on various above- mentioned factors.