Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Oct 24, 2024
1 parent 3dec57b commit d3c1fed
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/computer languages/programming_languages/rust/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ rustup completions bash cargo > ~/.local/share/bash-completion/completions/cargo

## Any projects with Rust

* [hyperswitch](https://github.com/juspay/hyperswitch)
* hyperswitch: An open source payments switch written in Rust to make payments fast, reliable and affordable
* [uniffi-rs](https://github.com/mozilla/uniffi-rs)
* [bindgen](https://github.com/rust-lang/rust-bindgen)
* [sccache](https://github.com/mozilla/sccache)
Expand Down
5 changes: 5 additions & 0 deletions docs/k8s/ingress_controllers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ingress Controllers

## Guides

* [ingress-nginx/user-guide/monitoring](https://kubernetes.github.io/ingress-nginx/user-guide/monitoring/)
3 changes: 3 additions & 0 deletions docs/k8s/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Guides/Tips/Misc...etc

* [vscode/extentions/Kubernetes Templates](https://marketplace.visualstudio.com/items?itemName=lunuan.kubernetes-templates)
* [k8s/docs/cluster-administration/logging](https://kubernetes.io/docs/concepts/cluster-administration/logging/)
* [Exporting Kubernetes Logs to Elasticsearch Using Fluent Bit](https://medium.com/kubernetes-tutorials/exporting-kubernetes-logs-to-elasticsearch-using-fluent-bit-758e8de606af)
* [grafana-dashboards-kubernetes](https://github.com/dotdc/grafana-dashboards-kubernetes?tab=readme-ov-file)
* [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/)
* [grafana/EKS Pods by Node Kubernetes / Compute Resources / Node (Pods)](https://grafana.com/grafana/dashboards/17289-kubernetes-compute-resources-node-pods/)
Expand Down
5 changes: 5 additions & 0 deletions docs/network/server/haproxy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# HAproxy

## Guides

* [HAproxy](https://www.haproxy.org/)
1 change: 1 addition & 0 deletions docs/network/server/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

## Guides/Tips/...etc

* [ngx_core_module.html#worker_processes](https://nginx.org/en/docs/ngx_core_module.html#worker_processes)
* [ngx_http_proxy_module](https://nginx.org/en/docs/http/ngx_http_proxy_module.html)
4 changes: 4 additions & 0 deletions docs/network/server/traefik.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# traefik

## Guides
* [traefik](https://github.com/traefik/traefik)
1 change: 1 addition & 0 deletions docs/network/web/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

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

0 comments on commit d3c1fed

Please sign in to comment.