[k8s] deploy EKS cluster with one click of Terraform
This article applies to the model text
Use AWS overseas account
Have a certain understanding of aws, terrain and k8s
Create an independent VPC
Introduction to Terraform
Terrain is an open source infrastructure as code software.
Similarly, there is CloudFormation on AWS cloud. We chose terrain because it is more general and can manage common ...
Posted on Thu, 02 Dec 2021 20:50:01 -0500 by StateGuy
Day 19 - installing AlexeyAB/darknet ON Amazon Linux 2
Day 19 - installing AlexeyAB/darknet ON Amazon Linux 2
Today's task plan installs the AlexeyAB/darknet version of YOLO, which is the main author of yoov4. This version can produce more measurement indicators. Of course, you can also use yoov4 for image recognition, but it is difficult to install.
The following AWS EC2 is required for the foll ...
Posted on Fri, 29 Oct 2021 20:55:24 -0400 by mr_mind
Multi cluster k8s dashboard ldap unified login and authorization tool
Origin of tools
Why write such a tool? This is because our company has multiple kubernetes clusters (8 +), and cloud hosting services can't access the apserver configuration, which brings us a pain point. Development and sre need to log in to k8s dashbao and different departments and roles need different authorizations, which used to be throug ...
Posted on Fri, 12 Jun 2020 01:04:46 -0400 by mistjulia
MyDLNote-Enhancment: [SR Transcription] Deep Unfolding Network for Image Super-Resolution
2020CVPR -- Deep Unfolding Network for Image Super-Resolution
[paper] : Deep Unfolding Network for Image Super-Resolution
[github] : https://github.com/cszn/USRNet
Abstract
Learning-based single image super-resolution (SISR) methods are continuously showing superior effectiveness and efficiency over traditional mod ...
Posted on Thu, 21 May 2020 23:29:34 -0400 by peri
AWS Cloudformation - Parameter Store
We can define some parameters in the Parameter Store of System Manager, and then call these parameters directly in our cloudformation template file.
Here are two examples.Example 1. Pass in the parameter through the Parameter Store.
Take a look at the following template file, which is a standard template file. It will create an EC2 instance an ...
Posted on Thu, 21 May 2020 10:31:43 -0400 by WilliamNz
AWS Cloudformation - Cross Stack Learning Summary
Now that you've learned Nested Stack in the last article, look at another way to call another stack.Suppose there are different departments in a large company. To configure a series of services, we need to configure a large template file, but we can split a large template into many smaller templates by cross stack and export/import the corresp ...
Posted on Wed, 06 May 2020 13:29:51 -0400 by mukunthan
AWS cloudformation - use of designer
Today Douzi tries to create a Template file using Cloudformation Designer. Designer is still very helpful for beginners. On the one hand, you can drag resources through the visual interface, and on the other hand, you can press and hold Ctrl+Space to prompt what can be configured in the corresponding Property. You can also drag lines directly ...
Posted on Tue, 14 Apr 2020 11:44:52 -0400 by DuFF
AWS Cloudformation - Template learning
In Cloudformation, the entire architecture is defined in the template, and then the corresponding Stack is generated through the template
AWS officially provides a reference manual, https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-whatis-howdoesitwork.html
It's very detailed and useful. It's boring at first, but it's interes ...
Posted on Tue, 07 Apr 2020 12:12:07 -0400 by tdors
Talk about Eureka ServerInitializerConfiguration for spring cloud
order
This article mainly studies Eureka ServerInitializerConfiguration of spring cloud
EurekaServerInitializerConfiguration
spring-cloud-netflix-eureka-server-2.0.0.RC1-sources.jar!/org/springframework/cloud/netflix/eureka/server/EurekaServerInitializerConfiguration.java
@Configuration
public class EurekaServerInitializerConfiguration
implem ...
Posted on Sat, 07 Mar 2020 11:47:02 -0500 by miltonbanks
Diagram is code: use Diagrams to make a prototype of cloud system architecture
I. Preface
Yesterday, I found a very good prototype Library of cloud system architecture Diagrams Through it, we can use code to draw system architecture prototypes such as Alibaba cloud, AWS, Azure, K8S, etc.
Compared with dragging and adjusting various icons on the UI, this method is more in line with our programmers' usage habits.
This artic ...
Posted on Sun, 16 Feb 2020 03:57:22 -0500 by DigitalNinja