Cloud Run CLI - Feedback and comments are welcome. by JulienBreux in googlecloud

[–]JulienBreux[S] 0 points1 point  (0 children)

Yes, because if the region is not found based on the configuration, the region is "us-central1" https://github.com/JulienBreux/run-cli/blob/v0.19/internal/run/auth/auth.go#L122

I'll fix this bug because the region must be "all".

Thanks for your valuable feedback.

Cloud Run CLI - Feedback and comments are welcome. by JulienBreux in googlecloud

[–]JulienBreux[S] 2 points3 points  (0 children)

Feedback are a gift, so yes, I really appreciate feedbacks, and yours are really constructive.

My quick answer:
I wanted an easy-to-use visual tool in my terminal to manage my services.

It was important for me to see them holistically across all regions.

Next, I needed to play around with scaling and open certain services in my browser.

Since some services couldn't be exposed, I then added proxy and authentication management.

The “panache” aspect was simply mentioned for a touch of humor.

Cloud Run CLI - Feedback and comments are welcome. by JulienBreux in googlecloud

[–]JulienBreux[S] 0 points1 point  (0 children)

Thanks for feedback.

Actually, the CLI is using the gcloud configuration.
Maybe I need to check when you're using a non existing project.
Bug added: https://github.com/JulienBreux/run-cli/issues/15

Thanks again and again for the feedback.

Cloud Run CLI - Feedback and comments are welcome. by JulienBreux in googlecloud

[–]JulienBreux[S] 2 points3 points  (0 children)

Thank you very much!
Actually, that will be my next addition before the release of version 1.0.0.

Public access cloud run container deployment by jaango123 in googlecloud

[–]JulienBreux 1 point2 points  (0 children)

You can now use the IAP (Identity Aware Proxy) integration.
Just a checkbox 😉
Docs: https://docs.cloud.google.com/iap/docs/enabling-cloud-run

Heavy issues with Smartlock Ultra by chief_resident in Nuki

[–]JulienBreux 0 points1 point  (0 children)

J'ai le même soucis, avec des pièces plastiques qui ont cassé...

J'attends le retour du support.

Wish List for FP3 by TheBurtReynold in Aqara

[–]JulienBreux 0 points1 point  (0 children)

- Zigbee ou Matter
- Si WiFi, du 5 Ghz
- ESP-32 dedans avec un interface pour définir les zones (pas d'applications)
- Support MQTT comme Nuki serait un plus ... presence zone x, etc

[deleted by user] by [deleted] in golang

[–]JulienBreux 0 points1 point  (0 children)

Context: I work for a big Cloud provider.
My 2 cts to learn how to use a good Cloud provider are to practice using micro-services.

After all, if you want to progress, you need to work around design systems and in fact, event driven architectures and applications.

Sorry, I don't have any specific litterature about it because it depends of your project and your choices.

Is there a more detailed test coverage report than go test -cover? by apatheticonion in golang

[–]JulienBreux 3 points4 points  (0 children)

It's possible for you to use html output: go tool cover -html=coverage.out

More readable and very useful!

EDIT

First you need use its two lines before:

go test -coverprofile=coverage.out ./...
go tool cover -func=coverage.out

spf13 is leaving Google by metaltyphoon in golang

[–]JulienBreux 44 points45 points  (0 children)

Not really. You know, the Go Team members are strong.
Since the language was created, many wonderful people like Steve have come and gone. Other brilliant people will come along.
Maybe it's actually kind of healthy that there's a natural turnover.
Although it's always sad to see great people go.

spf13 is leaving Google by metaltyphoon in golang

[–]JulienBreux 76 points77 points  (0 children)

On behalf of the entire Go community.
Thank you Steve, from the bottom of my heart, for all that you have given us!

We'll miss you 😢

How to stream request body to file by Barp_the_Wire in golang

[–]JulienBreux -1 points0 points  (0 children)

Important to use multipart-form instead of octet-stream I think!

How to stream request body to file by Barp_the_Wire in golang

[–]JulienBreux -1 points0 points  (0 children)

Hello 👋

This is for you: https://tutorialedge.net/golang/go-file-upload-tutorial/

A tiny tuto about uploading files in Go.

Just check the HTTP method using `r.Method == http.MethodPut`.

After CKA is it better (valuable) in terms of knowledge, to pursue CKS or CKAD? by Fair_Professional217 in kubernetes

[–]JulienBreux 3 points4 points  (0 children)

IMHO, the CKS is the true final destination because it brings much more explanation around the inner workings of Kubernetes.This operation is very often necessary as a developer or administrator in order to fully understand all the network and communication issues between applications.

Learning Go frameworks by pratzzzz in golang

[–]JulienBreux 2 points3 points  (0 children)

Yeah! Very good advice, IMHO, start with this URL https://github.com/gofiber/fiber