Automated testing of Devops implementation

Jmeter+Maven+Jenkins automation framework construction I preface Some time ago, the company was just ready to start interface testing and interface monitoring. In order to enable interface testing and interface function monitoring, I designed the simplest Jmeter continuous integration interface testing framework based on my previous experienc ...

Added by cbassett03 on Tue, 04 Jan 2022 22:02:56 +0200

jenkins user permissions, credential management, and deploying remote warehouse code to the server

0. Install gitlab 0.Environment: 10.0.0.60 1.install gitlab [root@gitlab opt]# wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-13.0.3-ce.0.el7.x86_64.rpm 2.install GitLab # Install dependent packages [root@gitlab opt]# yum install -y curl policycoreutils-python openssh-server perl [root@gitlab opt]# yum install postfix ...

Added by phpnoobie on Mon, 03 Jan 2022 18:12:01 +0200

80 minutes, 100 points, 83 lines of code. How do the excellent contestants solve the problem?

The 3rd 83 line code challenge in 2021 hosted by Alibaba cloud has ended. More than 20000 people watched, nearly 4000 people participated, and 85 teams came in groups. The competition adopts game breakthrough playing method, integrating meta universe science fiction and script killing elements, so that a group of developers have a lot of fun.Th ...

Added by mwkemo on Mon, 29 Nov 2021 13:42:51 +0200

Terraform: managing AWS Lightsail instances

prefaceTerraform It is an open source infrastructure and code (IaC) tool that can provide a consistent CLI (command line interface) workflow to manage hundreds of cloud services, and encode the cloud API as a declarative configuration file for management. This article creates a management AWS Lightsail Example to get started with the use of Te ...

Added by crowezr on Tue, 23 Nov 2021 12:21:11 +0200

K8s component - graphical web interface Dashboard setup and installation, making k8s management easier

1: Introduction to Dashboard Dashboard is a web-based Kubernetes user interface. You can use dashboard to deploy container applications to Kubernetes cluster, troubleshoot container applications, and manage cluster resources. You can use the dashboard to get the overview information of the applications running in the cluster, or you can creat ...

Added by auddog on Mon, 22 Nov 2021 16:13:39 +0200

Chapter 6 Advanced Shell script programming

4.2.4 while loop Format: while COMMANDS; do COMMANDS; done while CONDITION; do Circulatory body done explain: CONDITION: cycle control CONDITION; Make a judgment before entering the cycle; Judgment will be made again after each cycle; If the CONDITION is "true", a loop is executed; The loop is terminated until the CONDITION ...

Added by easethan on Sun, 07 Nov 2021 01:01:19 +0200

Prometheus Monitoring Practice Series II: installation and deployment

Prometheus supports a variety of operating systems, such as Linux, Windows and Max OSX. An independent binary file is provided on the product official website for downloading. You can download the corresponding tar package and install and deploy it on the server of the corresponding system. Of course, as a monitoring system closely related to c ...

Added by marc2000 on Sun, 31 Oct 2021 11:51:26 +0200

Installing Sonatype Nexus Repository OSS on CentOS 7

[transferred from Darshana of FOSS Linux< Installing Sonatype Nexus Repository OSS on CentOS 7 >[translation] Sonatype Nexus is a popular repository manager for most components, binaries, and build artifacts worldwide. It supports the Java virtual machine (JVM) ecosystem, including Gradle, Ant, Maven, and Ivy. Compatible standard tools ...

Added by dasding on Mon, 20 Sep 2021 12:21:22 +0300