Common scripts fkaka

Original address: Common scripts fkaka Welcome to: My blog introduction This article is reproduced, but the original text In the Kafka installation directory ($KAFKA_HOME/bin), many built-in scripts are provided for us to use. Using scripts can test most functions of Kafka. We will explain the use of scripts below Start broker bin/kafka-server- ...

Added by TitanKing on Wed, 09 Mar 2022 16:34:41 +0200

Build K3s cluster step by step based on Rocky Linux

Introduction to K3SK3s is a lightweight Kubernetes distribution. It is an open source application for managing containerization on multiple hosts in the cloud platform. Because it is only half the size of Kubernetes in terms of memory occupation, it is abbreviated as k3s.In this article, I will show how to build K3S service cluster based on Roc ...

Added by mburkwit on Sat, 26 Feb 2022 17:09:01 +0200

[cloud native actual combat] learning notes to understand cloud native and Docker quick start

Cloud native actual combat is one of the cloud native courses jointly created by Shang Silicon Valley and KubeSphere Course link: The first lesson of cloud native Java Architect: K8s+Docker+KubeSphere+DevOps_ Beep beep beep_ bilibili Learning materials: k8s official website: Kubernetes documentation | kubernetes Cloud native actual combat &mi ...

Added by bpat1434 on Mon, 14 Feb 2022 06:44:28 +0200

From scratch, use Jenkins to build and publish Pipeline pipeline projects

1, Environment installation and deployment 1. Install JDK 2. Configure environment variables C:\Program Files\Java\jdk1.8.0_152\bin 3. Install and activate IDEA -javaagent:D:\IntelliJ IDEA\IntelliJ IDEA 2019.3.1\bin\jetbrains-agent.jar 4. Build a web project 5. Install tomcat server Configure the IDEA to reco ...

Added by Jamesm on Sun, 13 Feb 2022 14:17:09 +0200

Ansible introduction, configuration and host list

Ansible introduction Ansible, SaltStack and Puppet are configuration management system sAnsible , and , SaltStack , are automatic operation and maintenance tools compiled by , Python , and both use module management. The difference is that ansible does not have a client (SSH channel transmission is used) while , SaltStack , has a client ...

Added by andreash on Thu, 10 Feb 2022 18:25:15 +0200

Is it far to master Automated Deployment and win half of DevOps?

Hello everyone, I'm the researcher of Microsoft MVP Lab - Qian. Today, I will share with you how to use GitHub Actions to deploy Terraform Code to Azure in an automated manner through code examples.Microsoft MVP lab researcherDryMicrosoft's most valuable expert, Microsoft Azure direction, currently engaged in NET technology stack product back-e ...

Added by brad_fears on Thu, 27 Jan 2022 15:22:09 +0200

randunit, a single test generator for android/jvm

backgroundWith continuous delivery becoming more and more popular today, single test, as an important part of ensuring CI quality, has also begun to be valued in China.However, on the single test, everyone's attitude is quite contradictory. There are two main things to worry about:I don't know where to start the first step from 0 to 1What if yo ...

Added by my800stuff on Fri, 21 Jan 2022 03:10:21 +0200

Docker container installation and basic experience

Install Docker Uninstall older Docker sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ docker-engine Installation depend ...

Added by BinaryBird on Tue, 18 Jan 2022 11:02:02 +0200

Prometheus monitoring practice series 20: monitoring Kubernetes clusters (Part 2)

This article continues from the previous article. In this article, we will explain how Prometheus uses the service discovery function based on Kubernetes to retrieve target information and monitor it. In terms of monitoring strategy, we will mix white box monitoring and black box monitoring to establish a comprehensive monitoring coverage incl ...

Added by gm04030276 on Thu, 13 Jan 2022 17:21:04 +0200

Use Argo CD for continuous deployment in K8S

WeChat official account: operation and development story By jock The word continuous deployment is no stranger to technicians. We often mix CI and CD together. Today we separate them. What is ArgoCD Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD is a declarative GitOps tool based on Kubernetes. Be ...

Added by epukinsk on Wed, 05 Jan 2022 11:56:58 +0200