Coder Social home page Coder Social logo

Patrick Luzolo's Projects

healthcare-pro icon healthcare-pro

A role-based application that helps doctors and patients with the management of healthcare.

heroku-docker icon heroku-docker

Micro-service architecture for Node.js webapp running inside Docker containers.

humhub icon humhub

HumHub - Open Source Social Network

iniparser icon iniparser

A PHP INI file parser supporting section inheritance, property nesting, and simple arrays

installation-kubernetes icon installation-kubernetes

#Mise à jour sudo apt-get update #Installation du paquet transport https sudo apt-get install -y apt-transport-https #Installation de docker sudo apt install -y docker.io sudo systemctl start -y docker sudo systemctl enable -y docker #Installation du paquet Curl sudo apt-get install -y curl #On utilise curl pour installer un paquet depuis un URL, une clé qu'on ajoute ensuite avec la commande add sudo curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpd | sudo apt-key add #On sauvegarde un fichier nommé kubernetes.list contenant deb https://... etc sudo echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list #Mise à jour des paquets sudo apt-get update #On installe les components de Kubernetes sudo apt-get install -y kubelet kubeadm kubectl kubernetes-cni #ON initialise la node master après avoir désactivé le swap sur les autres devices sudo swapoff -a sudo kubeadm init #On copie les commandes suivantes pour démarrer notre cluster mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config #On récupère les nods puis les appliquent sudo kubetcl apply -f https://raw;githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml sudo kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/k8s-manifests/kube-flannel-rbac.yml sudo kubectl get pods --all-namespaces sudo apt-get update

ionic-facebook icon ionic-facebook

A show case for building a simple mobile facebook like application using Ionic

ionic-mailbox-app icon ionic-mailbox-app

A sample app that mimics the user experience of the beloved email client MailBox.

k8s-lab icon k8s-lab

Ansible pre-setup tasks for a k8s cluster on ubuntu 16.04

keepass.io icon keepass.io

Node.js library for reading and writing KeePass databases

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.