Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Jul 11, 2024
1 parent db427d6 commit 08910bf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## docs/news/guides/tips/misc...

* [installing-python](https://realpython.com/installing-python/)
* [pypy](https://github.com/pypy/pypy)
* [Django 2.0*/實戰:留言板](https://hackmd.io/@dreamer/B1lAjxHRH/https%3A%2F%2Fhackmd.io%2FNlW4ubx7QKu4IeFkygSpQA)
* [ruff: An extremely fast Python linter and code formatter, written in Rust. ](https://github.com/astral-sh/ruff)
Expand Down
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

* [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/)
* [gatus](https://github.com/TwiN/gatus/blob/master/.examples/kubernetes/gatus.yaml)
* [Cloud Native Live: Securing Your Cluster with Cilium Network Policies](https://youtu.be/huBnEI_wW2U)
* [Introduction to Cilium & Hubble](https://docs.cilium.io/en/latest/overview/intro/)
Expand Down
10 changes: 10 additions & 0 deletions docs/tools/pulumi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# pulumi

## pulumi with python3

* [Pulumi & AWS: Before you begin](https://www.pulumi.com/docs/clouds/aws/get-started/begin/)
* [Importing Existing Resources](https://www.pulumi.com/docs/concepts/state/#importing-existing-resources)
* [Local Filesystem](https://www.pulumi.com/docs/concepts/state/#local-filesystem)
* [import](https://www.pulumi.com/docs/using-pulumi/adopting-pulumi/import/)
* [AWS Classic](https://www.pulumi.com/registry/packages/aws/#aws-classic)
* [AWS Native](https://www.pulumi.com/registry/packages/aws-native/)

0 comments on commit 08910bf

Please sign in to comment.