Skip to content

Commit d3c1fed

Browse files
author
Hong
committed
Update docs
1 parent 3dec57b commit d3c1fed

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

docs/computer languages/programming_languages/rust/rust.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ rustup completions bash cargo > ~/.local/share/bash-completion/completions/cargo
4242

4343
## Any projects with Rust
4444

45+
* [hyperswitch](https://github.com/juspay/hyperswitch)
46+
* hyperswitch: An open source payments switch written in Rust to make payments fast, reliable and affordable
4547
* [uniffi-rs](https://github.com/mozilla/uniffi-rs)
4648
* [bindgen](https://github.com/rust-lang/rust-bindgen)
4749
* [sccache](https://github.com/mozilla/sccache)

docs/k8s/ingress_controllers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ingress Controllers
2+
3+
## Guides
4+
5+
* [ingress-nginx/user-guide/monitoring](https://kubernetes.github.io/ingress-nginx/user-guide/monitoring/)

docs/k8s/k8s.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Guides/Tips/Misc...etc
44

5+
* [vscode/extentions/Kubernetes Templates](https://marketplace.visualstudio.com/items?itemName=lunuan.kubernetes-templates)
6+
* [k8s/docs/cluster-administration/logging](https://kubernetes.io/docs/concepts/cluster-administration/logging/)
7+
* [Exporting Kubernetes Logs to Elasticsearch Using Fluent Bit](https://medium.com/kubernetes-tutorials/exporting-kubernetes-logs-to-elasticsearch-using-fluent-bit-758e8de606af)
58
* [grafana-dashboards-kubernetes](https://github.com/dotdc/grafana-dashboards-kubernetes?tab=readme-ov-file)
69
* [Announcing AWS Observability Accelerator to configure comprehensive observability for Amazon EKS](https://aws.amazon.com/blogs/mt/announcing-aws-observability-accelerator-to-configure-comprehensive-observability-for-amazon-eks/)
710
* [grafana/EKS Pods by Node Kubernetes / Compute Resources / Node (Pods)](https://grafana.com/grafana/dashboards/17289-kubernetes-compute-resources-node-pods/)

docs/network/server/haproxy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# HAproxy
2+
3+
## Guides
4+
5+
* [HAproxy](https://www.haproxy.org/)

docs/network/server/nginx.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
## Guides/Tips/...etc
44

5+
* [ngx_core_module.html#worker_processes](https://nginx.org/en/docs/ngx_core_module.html#worker_processes)
56
* [ngx_http_proxy_module](https://nginx.org/en/docs/http/ngx_http_proxy_module.html)

docs/network/server/traefik.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# traefik
2+
3+
## Guides
4+
* [traefik](https://github.com/traefik/traefik)

docs/network/web/web.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Guides/Tips/Tutorials/Misc...etc
44

5+
* [seleniumbase/webdriver_installation](https://seleniumbase.io/help_docs/webdriver_installation/)
56
* [ivbeg/awesome-status-pages](https://github.com/ivbeg/awesome-status-pages)
67
* [gatus/Automated developer-oriented status page](https://github.com/TwiN/gatus)
78
* [toogether-backend](https://github.com/hong539/toogether-backend)

0 commit comments

Comments
 (0)