Kubernetes learning notes 3: NameSpace and Pod management
0.kubectl use
vim /etc/profile enters the configuration file and defines alias = original command operation source /etc/profile makes the configuration file effective Complete tool
1.NameSpace management
(1) View all namespaces
kubectl get namespaces
(2) Create a new namespace
kubectl create namespace test20220130
(3) View kubeconfig ...
Added by armyguydave69 on Thu, 03 Feb 2022 17:33:12 +0200
[Docker learning notes II] Docker installation, operation process and common commands
The previous Blog introduced in detail why Docker appeared and what problems it appeared to solve; The basic components and architecture of Docker. This Blog will learn more about how to install and uninstall Docker and what are the common operation commands. Because Docker can be installed on any physical machine, virtual machine, public cloud ...
Added by randomfool on Thu, 03 Feb 2022 17:12:49 +0200
docker simple tutorial
Docker simple use tutorial
Author qin lang
Some materials refer to cloudman
What - what is a container?
Container is a lightweight, portable and self-contained software packaging technology, which enables applications to run in the same way almost anywhere. The container created and tested by developers on their notebooks can run on the vir ...
Added by sid666 on Wed, 02 Feb 2022 22:44:28 +0200
Deploy Jira & Confluence based on postgre database
Service planning
Service nameData directoryAccess port / data portClient access addressPostgre/data/atlassian/postgre/postgreData254323.1.101.36:25432Jira/data/atlassian/jira80803.1.101.36:8080Confluence/data/atlassian/confluence8090/80913.1.101.36:8090
Basic environment configuration
Create application data directory
mkdir -pv /data/atlassi ...
Added by casbboy on Wed, 02 Feb 2022 05:11:45 +0200
k8s core technology - Deployment
What is Deployment
Deployment provides a declarative method for Pod and ReplicaSet to replace the previous replication controller to facilitate the management of applications. Typical application scenarios include:
Define Deployment to create Pod and ReplicaSetRolling upgrade and rollback applicationExpansion and shrinkagePause and resume Dep ...
Added by kenrbnsn on Wed, 02 Feb 2022 05:03:37 +0200
ElasticSearch+Kibana+Serilog quickly build a unified log Center
Article catalogue
catalogue
preface
1, Why ElasticSearch+Kibana+Serilog?
2, Construction steps
1. Import the required Nuget package
2. Add the following code to Startup
3. Add the following configuration in appsetting
3. Build ElasticSearch+Kibana
4. Simple use of kibana
summary
preface
Because the current proj ...
Added by roze on Wed, 02 Feb 2022 03:33:26 +0200
Using docker to build nexus to manage maven and docker private warehouses
preface
In team development, in order to facilitate the management of maven import of each module, it is more convenient to build an enterprise private warehouse. This paper uses nexus to build private warehouses of maven and docker
1, Docker Compose quickly builds nexus runnable environment
1. docker file directory structure
doc ...
Added by jmarcv on Tue, 01 Feb 2022 23:48:52 +0200
Operation and maintenance - Practice - Basic Prometheus monitoring environment construction
Operation and maintenance - Practice (III) - Construction of basic Prometheus monitoring environment
In the previous article "building a basic Docker development environment", we have built a basic Docker environment for Linux servers, and we have made a custom network mode configuration. We can configure the specified IP for ...
Added by MarcAndreTalbot on Tue, 01 Feb 2022 16:01:37 +0200
Docker - basic commands, recommended collection!
preface
When I first saw others using Docker, I was puzzled. Why and how to use Docker? Why is Docker configuration so difficult? Why is network access blocked? And other factors hinder the author from learning Docker? In fact, the author is also very stupid. There are many points where I don't think clearly. By the way, share it.
Class hour ...
Added by php_novice2007 on Tue, 01 Feb 2022 15:36:58 +0200
Nacos series docker installation stand-alone Nacos service
I summary
In 2018, alibaba will open source Nacos. Nacos is the name after open source. It is based on the core code integration of Alibaba's internal Configserver (Registration Center), Diamond (persistent configuration center) and Vipserver (Registration Center similar to Configserver, which provides routing information). The goal is to ...
Added by exxx on Tue, 01 Feb 2022 14:38:02 +0200