Jenkins for Kubernetes enables dynamic scaling of Slave

This article case can be used as a reference for Jenkins for Kubernetes deployment. Because the architecture and environment of each company are different, some deployment methods need to be changed. Benefits of Jenkins for Kubernetes: High availability of Jenkins Master. Kubernetes' RC or Deployment can monitor the survival status (through p ...

Posted by ShaolinF on Thu, 30 Dec 2021 04:56:19 +0100

DevOps actual combat (Docker+Jenkins+Git)

CI/CD actual combat based on Docker+Jenkins+Git Same as the previous essay: Research on CI process based on Jenkins+Docker+Git Different, this content is more inclined to the basic requirements of the actual business. There are several points to note: The actual combat does not involve the image warehouse, so the image push phase is omitted, w ...

Posted by evolve4 on Mon, 27 Dec 2021 01:53:12 +0100

Jenkins+Gitlab of CI/CD

This article has reached 16000 words, a little more, but more complete 1, Jenkinx+Gitlab continuous integration environment overview (1) What is CI/CD CI is continuous integration, and CD is continuous delivery and continuous deployment. Generally, CD is continuous delivery CI/CD overview: Continuous integration (CI): continuous ...

Posted by totof06 on Thu, 23 Dec 2021 11:17:17 +0100

Advanced Automated Deployment of windows Service+OpenSSH+SVN on Jenkins

1. IntroductionI've written two articles about introducing automated deployment using Jenkins, regardless of whether the enterprise is using it now. Net Framework or. Net Core, whether the enterprise is using git or SVN. In fact, these two articles are usually enough to deliver 80% of the business in the development phase. The disadvantage is t ...

Posted by Jove on Thu, 09 Dec 2021 19:55:57 +0100

kubernetes based on jenkins spinnaker's ci/cd practice - adding product image scanning

preface:Early jenkins assumed all the functions of ci/cd in kubernetes Jenkins Pipeline evolution , we are going to split the cd continuous integration into spinnaker!Of course, the normal idea should be to get through the user account of jenkins spinnaker and integrate ldap.spinnaker account system. Relevant experiments have been done before i ...

Posted by bow-viper1 on Sun, 21 Nov 2021 03:31:53 +0100

Docker builds Jenkins continuous integration automation building environment

1. Docker image pull Jenkins environment command docker pull jenkins/jenkins:lts View the drop-down image docker images 2. Building Jenkins containers through container orchestration Create corresponding directory # Create corresponding directory mkdir -p /data/jenkins/jenkins_home/ chown -R 1000:1000 /data/jenkins/jenkins_home/ + data - do ...

Posted by adnanhb on Thu, 04 Nov 2021 01:44:08 +0100

Continuous integration (CI) and container management learning notes

1. DockerMaven plug-in Microservice deployment method: Manual deployment: package and generate jar s based on the source code and upload them to the server.Automatic deployment through Maven plug-in. 1.1 automatic deployment steps of Maven plug-in: Modify the docker configuration of the host so that it can be accessed remotely. Add - h ...

Posted by LacOniC on Mon, 01 Nov 2021 18:56:52 +0100

Container & Service: installation and use of Helm Charts

Series of articles: Container & Service: opening, pressure and resources Container & Service: Docker construction practice of a Java application Container & Service: Jenkins construction of Docker application Container & Service: Jenkins construction of Docker application (II) Container & Service: K8s and Docker applica ...

Posted by londonjustin on Tue, 05 Oct 2021 04:40:42 +0200

Using lancher2 + kubernetes + skywalking to deploy the spring cloud project (III [jenkins audit and release])

List of articles in this series (under planning) Basic k8s yaml script Publishing helm+shell script optimizes a large number of redundant configuration releases Streamline deployment of jenkins user audit service mesh(istio) service grid Publishing preface Previous Using lancher2 + kubernetes + skyw ...

Posted by rxero on Wed, 24 Jun 2020 04:20:46 +0200

The UTF-8 coding problem of Jenkins

Jenkins is easy to get cramped sometimes. I configured the code in tomcat, which is not easy to use. I started because of the problem of nginx's reverse proxy, but later found out that Tomcat became a demon. The solution is to copy my Tomcat configuration, and then add parameters and modify on my basis. Error screenshots ...

Posted by rfrid on Thu, 02 Apr 2020 22:30:04 +0200