1. What is Kubernetes When you deploy kubernetes like using kubeadmin you will get a clusterand you will be able to use it and deploy your applicatin inside. A cluster is a group of machines, called nodes, that run...
1- Introduction This tutorial allow you tu know how to use Jenkins to deploying and building a simple Java application (hello world) using Maven. If you are a Java developer who uses Maven and who is new to CI/CD...
1. What is Jenkins? Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software. Jenkins can be installed through native system packages,...
1. What is Kubernetes kubernetes (commonly stylized as k8s) is an open-source system for automating deployment, scaling, and management of containerized applications. In this post i will shows you how to install Minikube, a tool that runs a single-node...
1. What is Kubernetes kubernetes (commonly stylized as k8s) is an open-source system for automating deployment, scaling, and management of containerized applications. In this post, I will give you how to install minikube on Ubuntu 18.04, first let’s start...
1. What is Kubernetes kubernetes (commonly stylized as k8s) is an open-source system for automating deployment, scaling, and management of containerized applications. k8s : technology developed in Google lab in 2005 to manage containerized applications in different kind of...