Source: https://valchan.com.br/wsl2-kind-kubectl/
Você pode verificar a release aqui: Github kubernetes-sigs/kind
Para x86_64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.19.0/kind-linux-amd64
Para ARM64
| defmodule MagicNumber do | |
| def extract_magic_number(<<byte :: size(32), _rest :: binary>>) do | |
| Integer.to_string(byte, 16) | |
| |> String.split(~r/.{2}/, include_captures: true, trim: true) | |
| |> Enum.map(fn n -> "0x#{n}" end) | |
| end | |
| end | |
| # Usage: | |
| content = File.read!(path) |
| version: "3.4" | |
| volumes: | |
| my_postgres: | |
| services: | |
| postgres: | |
| container_name: my_postgres | |
| image: postgres:12.0-alpine | |
| restart: always | |
| environment: | |
| - POSTGRES_USER=postgres |
Source: https://valchan.com.br/wsl2-kind-kubectl/
Você pode verificar a release aqui: Github kubernetes-sigs/kind
Para x86_64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.19.0/kind-linux-amd64
Para ARM64
gcloud compute backend-buckets create origin-cdn-store \
--gcs-bucket-name=your-gcs-bucket-nameorigin-cdn-store, which is linked to a Google Cloud Storage (GCS) bucket where your content is hosted.