[AWS] [container] [ECS] container hands on experiment 201
Before the experiment, we should first understand the overall ECS architecture of this experiment:
The experiments include:
1. Create and define ECS tasks
2. Create ECS Cluster
3. Deploy and apply to ECS Service
4. Update the application through Task Definition
5. Container extension
Preparation before experiment:
AWS account
Familiar with I ...
Posted by PAZII on Fri, 19 Jun 2020 09:32:48 +0200
TF actually uses Vagrant to install Tungsten Fabric
This is an original article by Chen Gang, a Suning network architect.
01 prepare the tester
The 16G laptop didn't run, so it simply put together a game studio level machine: dual E5-2860v3 CPU, 24 core 48 threads, 128G DDR4 ECC memory, NVME disk 512G. Open 5 VM S on it and pretend to be physical serve ...
Posted by prasanthmj on Fri, 19 Jun 2020 04:27:47 +0200
Attachment 023.Kubernetes_v1.18.3 high availability deployment architecture II
Attachment 024.Kubernetes_v1.18.3 high availability deployment architecture II
Introduction to kubeadm
kubeadm overview
Refer to attachment 003.Kubeadm deployment Kubernetes.
kubeadm function
Refer to attachment 003.Kubeadm deployment Kubernetes.
Description of the scheme
Kubernetes version 1.18.3 is deployed by kubeadm;
etcd adopts mixed mo ...
Posted by neroag on Tue, 16 Jun 2020 08:29:35 +0200
Docker Learning Diary
Introduction:Docker is an open source application container engine based on the Go language and compliant with the Apache 2.0 protocol.Docker s can allow developers to package their applications and dependencies into a lightweight, portable container that can then be published to any popular Linux machine, or they can be virtualized.Containers ...
Posted by fabrice on Sat, 13 Jun 2020 19:22:01 +0200
Binary installation k8s
Article catalog
1, Kubernetes platform environment planning
1. Environment
2. Component allocation planning
2, Three official deployment methods
1.minikube
2.kubeadm
3. Binary package
4. Preparation before deployment (important!! )
3, Self signed SSL certificate
1. Generate etcd certificate
cfs ...
Posted by figo2476 on Sat, 13 Jun 2020 10:39:21 +0200
Image image and Container basic chapter
preface
This is a basic article about image and container, although some of it is related to the article written in 18 years Enter the door of Docker and Kubernetes container world There are overlaps, but with my familiarity with containers in recent years, I would like to share some of my knowledge and serve as a technical foreshadowing for my ...
Posted by jchemie on Sat, 13 Jun 2020 09:16:31 +0200
Docker Notes Installation &Operation&ssh
1. Installation
1) Install dependent packages
sudo yum install -y yum-utils device-mapper-persistent-data lvm2
2) Set Ali Cloud Mirror Source
sudo yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
3) Install Docker-CE
sudo yum install docker-ce
4) ...
Posted by blaster_master on Sat, 13 Jun 2020 04:27:21 +0200
Kubernetes: Build a Windows version of Kubernetes based on WSL2 and Kind or Minikube
The original was published in Chinese Community of kubernetes , an original translation for the author, Original Address
More kubernetes articles, please pay more attention Chinese Community of kubernetes
Catalog
Why use Kubernetes on Windows?
Prerequisite
WSL2: Combined with Ubuntu
[Optional ...
Posted by shantred on Thu, 11 Jun 2020 03:17:10 +0200
Changes of JDK8 in generic type derivation
This article comes from: PerfMa technology community
Perfma official website
summary
JDK8 upgrade, most of the problems may be encountered in the compile time, but sometimes it is more painful, there is no problem in the compile time, but there is a problem in the run time, such as today's topic, so when you upgrade, you still need to test mo ...
Posted by Random on Tue, 09 Jun 2020 09:26:58 +0200
[Kubernetes] Docker + K8s practice Road (Docker chapter)
Meet Docker
definition
Docker is an open-source application container engine based on Go language. Based on cgroup, namespace of Linux kernel and Union FS of OverlayFS class, it encapsulates and isolates processes, which belongs to virtualization technology at the operating system level.
Docker ...
Posted by PickledOnion on Tue, 09 Jun 2020 05:58:05 +0200