Marc Nuri - Blogging about business and technology (Page 1/11)

A thumbnail to represent the post Ahoy, Helm Java!
Discover Helm Java, a powerful Java library for seamless integration with Helm, enabling efficient management of Kubernetes deployments.

Ahoy, Helm Java!

A thumbnail to represent the post Eclipse JKube 1.16 is now available!
Eclipse JKube 1.16 is available! Check out the major changes and learn how you can contribute.

Eclipse JKube 1.16 is now available!

A thumbnail to represent the post No more pizza teams
Explore the evolving landscape of software development as I reflect on Justin Garrison's insights into Amazon's recent shifts from two-pizza teams.

No more pizza teams

A thumbnail to represent the post Fabric8 Kubernetes Client 6.10 is now available!
Fabric8 Kubernetes Client 6.10 is available! Check out the major changes and learn how you can contribute.

Fabric8 Kubernetes Client 6.10 is now available!

A thumbnail to represent the post How to find the digest (sha256) of a multi-platform Docker image?
Learn how to easily find the digest of a multi-platform container image so that you can uniquely and immutably reference it.

How to find the digest (sha256) of a multi-platform Docker image?

A thumbnail to represent the post Go: Testing Kubernetes Applications with EnvTest
Learn how to use the EnvTest controller-runtime package to test Kubernetes applications such as operators or controllers.

Go: Testing Kubernetes Applications with EnvTest

A thumbnail to represent the post How to create a kubectl plugin with client-go to kill a Kubernetes Namespace
Step-by-step guide on how to create a kubectl plugin with Go and client-go to kill a Kubernetes Namespace stuck in the Terminating state

How to create a kubectl plugin with client-go to kill a Kubernetes Namespace

A thumbnail to represent the post Eclipse JKube 1.15 is now available!
Eclipse JKube 1.15 is available! Check out the major changes and learn how you can contribute.

Eclipse JKube 1.15 is now available!

A thumbnail to represent the post Four years at Red Hat
Personal reflections on my fourth year as a Red Hatter.

Four years at Red Hat

A thumbnail to represent the post Getting started with Testcontainers for Go
Guide to get started with Testcontainers for Go with a complete example

Getting started with Testcontainers for Go

A thumbnail to represent the post Testing Go Gin Web Framework REST APIs with httptest
How to test Gin-Gonic RESTful HTTP APIs using httptest package in Go

Testing Go Gin Web Framework REST APIs with httptest

A thumbnail to represent the post How to set up and tear down unit tests in Go
How to properly set up and tear down a Go unit test using Go's standard library for unit testing

How to set up and tear down unit tests in Go