LXCFS practices under Docker and Kubernetes
LXCFS is a small FUSE file system designed to make the Linux container more like a virtual machine. Linuxs uses Cgroup to implement resource restriction on containers, but still mounts the /proc directory of procfs on the host by default inside the container, which contains resource information such as meminfo, cpuinfo, stat, uptime and so on. Some of the...
Spring Cloud Alibaba's service registration and configuration center Nacos
Nacos: Naming, Configuration, and Service. Nacos does service registration and configuration. Configuration changes can also be notified dynamically to clients. So N
Nginx configures login authentication
# yum install httpd-tools # yum install httpd-tools # yum install httpd-tools # yum install httpd-tools # yum install httpd-tools # yum install httpd-tools
How does JWT do token relay in OpenFeign calls
When Feign is used in Spring Cloud microservice development, the problem of token relay needs to be dealt with. Only token relay can ensure the transmission of user authentication information in the call chain, and realize the implicit transmission of user authentication information in service A to service B through Feign.
Java class loaders: Crap is my thing
Hello, everyone, I am a lot of hair star today's protagonist is "in the daily development, the presence of a very low class loader", as we all know, in addition to the hair is relatively small, but also very low-key, if you want to make friends with big guy, it must first know big guy, the following star to take you to know about the class loader (Ben
Microservices: The service hangs too neatly and Nacos hasn't reacted yet. What should I do?
We know that the governance of microservices can be realized through registries such as Nacos. But with the introduction of Nacos, is it really the ideal that all services are managed perfectly by Nacos? Too young, Too simple! Today's article is about
Configure Redis primary/secondary replication on a Mac
In a Redis cluster, several Redis servers are assigned to replicate another Redis server, so the server to be replicated is defined as the master server, while the server to replicate the master server is called the slave server.
Online service CPU 100%, how to do?
Those of you who often do back-end service development have more or less encountered the problem of high CPU load. Especially on weekends or in the middle of the night, suddenly someone in the group feedback online machine load is particularly high, not familiar with the positioning process and ideas of the students may board the server a scramble, positioning process
Lock screen interview questions 100 days 100 brush -Mybatis chapter (1)
Lock screen interview questions 100 days brush, every weekday insist on updating the interview questions. Lock screen interview questions app, small program has been launched, website address: https://www.demosoftware.cc/#/introductionPage.
Go ask | first issue one thousand, 10 common interview question - basic parts go
Go one thousand and one questions is to summarize and comb and analyze the principles of GO learning and interview related questions, which is an accumulating series. The first phase will explain the basic interview questions of go, including make and new, nil slice, empty slice, select, etc