You don’t know where to start?Do you want to design an Operator to package your solutions? I recommend the following … More
Author: camilamacedo86
Cloud Develop – The twelve-factor app methodology
In the modern era, software is commonly delivered as a service: called web apps, or software-as-a-service. The twelve-factor app is a methodology … More
New amazing API improvements for Creating External Plugins – Now With Samples and Documentation! done by a student during the Google Summer of Code 2023.
Hi Everyone, I am excited to share that this year, as a part of the Google Summer Program 2023, we embarked … More
Discover an incredible new feature for maintaining your Kubebuilder-built projects, crafted by a student following up the Google Summer of Code 2023 schedule.
This year, we submitted a project for the Google Summer Program 2023. Although our project was not accepted into the program, … More
How to show the current git branch when you are using zshrc?
Update the .zshrc file with the following code Then, run $ source ~/.zshrc So that you can check that the … More
How to decode secrets in k8s?
Check how the data is stored by: $ kubectl describe secret <secret-name> -n <namespace> Now, use the value under Data … More
How to output all ENV VARs and their values?
Following a shell to achieve this goal Please be cautious about where and when you run this, as it could … More
Kubebuilder@KubeCon Europe 2023
🚀 Join us at #KubeCon + #CloudNativeCon Europe, where we’ll discuss #operators, #Kubebuilder and #ControllerTools on Wednesday, April 19 • 10:00 – 10:35 Europe/London More info: https://kccnceu2023.sched.com/event/1HyUw Couldn’t we … More
How to covert HEVC codec to mp4?
If you made a video using the QuickTime Player on Mac, you would check that it is not possible to … More
Are you looking for good practices and guidelines to know to build CLI tools?
If so, then I’d like to recommend checking out; https://clig.dev/ An open-source guide to help you write better command-line programs, taking traditional … More