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...
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...
1. Introduction Prometheus is an open source monitoring system and time series database which is very lightweight and has a good alerting mechanism. 2. Install and Configure Prometheus This guide explains how to install and configure the latest Prometheus...
Install Java. Since Jenkins is a Java application, the first step is to install Java. Update the package index and install the Java 8 OpenJDK package with the following commands: Add Jenkins Repository To start, first add Jenkins’s signing...
In recent years, DevOps has gone from a vague technical term to a revolutionary workflow for modern organizations. This has certainly not changed in 2018. According to Google Cloud research, DevOps continues to increase productivity, customer satisfaction and technical...