Skip to content

matoruru/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground

This is a collection of my playground folder! Most of folders are NOT completed, being improved continuously✨ Any PRs are welcome!

色々な実験のための遊び場です!ご自由にご覧ください!プルリクエストも大歓迎です!

連絡はmatoruru - X(Twitter)までお気軽にどうぞ。ご意見や質問など何でもOKです 😀

Built with ElysiaJS server framework on Bun. A user can specify the time until ready (I prepared this feature for some personal testing).

ElysiaJSでサーバーを作りました。Node.jsではなくBunで動かしています。 起動までの時間を指定することができます(ちょっとした事情があり本機能を用意しました)。

Why readinessProbe.initialDelaySeconds is bad? For more explanation and experimentation, please proceed to playgrounds/0002 folder.

なぜreadinessProbe.initialDelaySecondsが良くないのでしょうか?詳しい説明や検証内容についてはplaygrounds/0002をご覧ください。

Kubescape's manifest scannning.

Kubescapeのマニフェストスキャンを試しました。

🚧 --- Under construction --- 🚧

Redis experimentation.

Redisの実験場です。

🚧 --- Under construction --- 🚧

Kubernetes Deployment manifest for multiple Nginx pods. You can use https://raw.githubusercontent.com/matoruru/playground/main/playground-nginx-deployment-sample/multi-nginx-pods.yaml for kubernetes aplly -f.

Nginxの複数PodをデプロイするためのKubernetesマニフェストです。https://raw.githubusercontent.com/matoruru/playground/main/playground-nginx-deployment-sample/multi-nginx-pods.yamlのRawファイルでkubernetes aplly -fできます。ご自由に使ってください。

My personal Home-Kubernetes project's manifest.

私のおうちKubernetesで使っているマニフェストファイルです。使用しているツール群は上記の英語版を参照してください。

NOTE

This playground has been closed. Moved to matoruru/home-kubernetes.

お引越ししました。

🚧 --- Under construction --- 🚧

Chaching experimentation with Astro, Bun and Redis.

キャッシュの実験用プロジェクトです。AstroとBunを使っています。キャッシュはRedisです。

🚧 --- Under construction --- 🚧

Ghost user (👻) is contributing in this folder (check the Git history).

幽霊に取り憑かれたフォルダです(Gitの作業履歴を見てみてください)。

関連記事

Experimentation for mounting Azure Blob Storage on k8s container without file caching. Without this way, the update from Blob Storage won't reflect into mounted directory.

Azure Blob Storageをk8sコンテナにマウントする際のキャッシュを無効にする実験をしました。この対策をしないと、Blob Storage側で更新が行われたときに反映されません。

# This is the important part!
mountOptions:
- --use-attr-cache=false
- --file-cache-timeout-in-seconds=0
- -o direct_io=true

Tried to manipurate Azure resources with Terraform.

TerraformでAKSリソースを作ってみました。

Tried to create Kubernetes resources with TypeScript k8s client library. Failed. It didn't work well with my cluster...

TypeScriptのk8sクライアントライブラリでリソースを作ります。(失敗!😢なぜかTLSのエラーが出てうまくいきませんでした)