Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Hong committed Oct 30, 2024
1 parent d3c1fed commit a608420
Showing 3 changed files with 18 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/computer languages/programming_languages/rust/rust.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Rust

## docs
## docs/guides/misc...etc

* [2022 Review | The adoption of Rust in Business](https://rustmagazine.org/issue-1/2022-review-the-adoption-of-rust-in-business/)
* [RustPython](https://rustpython.github.io/)
* [C vs. Rust](http://www-verimag.imag.fr/~mounier/Enseignement/Software_Security/19RustVsC.pdf)
* HTTP/3
@@ -42,6 +43,7 @@ rustup completions bash cargo > ~/.local/share/bash-completion/completions/cargo

## Any projects with Rust

* [bottlerocket-os](https://github.com/bottlerocket-os/bottlerocket)
* [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)
13 changes: 13 additions & 0 deletions docs/k8s/eks/eks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EKS

## Guides/tips/misc...etc

* [Route internet traffic with AWS Load Balancer Controller](https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html)
* [cloud-provider-aws](https://github.com/kubernetes/cloud-provider-aws)
* [aws-load-balancer-controller](https://github.com/kubernetes-sigs/aws-load-balancer-controller)
* [AWS Load Balancer Controller installation](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/installation/#aws-load-balancer-controller-installation)
* The AWS LBC provides a mutating webhook for service resources to set the spec.loadBalancerClass field for service of type LoadBalancer on create. This makes the AWS LBC the default controller for service of type LoadBalancer. You can disable this feature and revert to set Cloud Controller Manager (in-tree controller) as the default by setting the helm chart value enableServiceMutatorWebhook to false with --set enableServiceMutatorWebhook=false . You will no longer be able to provision new Classic Load Balancer (CLB) from your kubernetes service unless you disable this feature. Existing CLB will continue to work fine.
* the default controller for service
* Cloud Controller Manager (in-tree controller)
* [artifacthub/aws-load-balancer-controller](https://artifacthub.io/packages/helm/aws/aws-load-balancer-controller)
* enableServiceMutatorWebhook
2 changes: 2 additions & 0 deletions docs/k8s/k8s.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

## Guides/Tips/Misc...etc

* [MutatingWebhookConfiguration](https://kubernetes.io/docs/reference/kubernetes-api/extend-resources/mutating-webhook-configuration-v1/)
* [cloud-controller](https://kubernetes.io/docs/concepts/architecture/cloud-controller/)
* [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)

0 comments on commit a608420

Please sign in to comment.