Bboysoul

20220510’s gibberish

Introduction Here is a collection of some interesting things I usually find The Complete NGINX Manual https://chinese.freecodecamp.org/news/the-nginx-handbook/ It’s very detailed, enough for ordinary people monitor An interesting monitoring software that can monitor ports, Travis CI, github, etc. https://github.com/monitoror/monitoror RedisInsight The redis client officially released by redis does not feel very intuitive, and I personally feel …

20220510’s gibberish Read More »

Use kompose to convert docker-compose files into k8s resources

Introduction Have a nice try Install The installation is very simple, just download a binary directly wget https://github.com/kubernetes/kompose/releases/download/v1.26.1/kompose-linux-amd64.tar.gz tar -zxvf kompose-linux-amd64.tar.gz mv kompose-linux-amd64 /bin/kompose use First prepare a docker-compose file 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 twenty one twenty two version: …

Use kompose to convert docker-compose files into k8s resources Read More »

20220427’s gibberish

Introduction Here is a collection of some interesting things I usually find Tips for vscode under mac Open Window Native Tabs in settings and restart vscode Then click Merge All Windows under the Window menu, and then create a new window. All new windows will be opened in the form of tab pages, which are …

20220427’s gibberish Read More »

20220421’s gibberish

Introduction Here is a collection of some interesting things I usually find PrometheusAlert 4.8 version update 1. Update the PrometheusAlert web page and use the AdminLTE framework to reconstruct the background page. 2. The routing function is updated to support the configuration of routing and forwarding rules through the Web page. 3. Update the display …

20220421’s gibberish Read More »