Fine-grained control of policy rule execution based on variables and expressions.| Kyverno
type Duration ¶| pkg.go.dev
The JSON query language behind Kyverno.| Kyverno
Nelm is a Helm 3 alternative. It is a Kubernetes deployment tool that manages Helm Charts and deploys them to Kubernetes and is also the deployment engine of https://github.com/werf/werf - werf/nelm| GitHub
In which I rewrite my toy pygit client in Go to see how suitable Go is for simple scripts.| benhoyt.com
Ardan Labs is trusted by small startups and Fortune 500 companies to train their engineers and develop business software solutions and applications.| www.ardanlabs.com
Manage and troubleshoot your tailnet with the Tailscale command-line interface (Tailscale CLI).| Tailscale
Helm is the package management tool of choice for Kubernetes. Helm charts provide templating syntax for Kubernetes YAML manifest documents. With Helm, developers or cluster administrators can create configurable templates known as Charts, instead of just using static manifests. For more information about creating your own Chart catalog, check out the docs at https://helm.sh/docs/intro/quickstart/.| docs.k3s.io
Jun 09, 2024 . 7 min | blog.meain.io
TL;DR ¶ In this post, I investigate why developers struggle with CORS and I derive Fearless CORS, a design philosophy for better CORS middleware libraries, which comprises the following twelve principles: Optimise for readability Strive for a simple and cohesive API Provide support for Private Network Access Categorise requests correctly Validate configuration and fail fast Treat CORS as a compilation target Provide no default configuration Do not preclude legitimate configurations Ease trou...| jub0bs.com
Frustrated by time.Parse? You're not alone. This article will get you unstuck and moving again.| www.willem.dev
Why isn't comparing times or dates as easy as comparing numbers? Find out in this article.| www.willem.dev
A guide to domain-specific types that make sense.| mmapped.blog
How I switched hosting my Go-based side projects from Amazon EC2 to Fly.io, significantly simplified deployment, and saved a bit of cash while I was at it.| benhoyt.com
Learn how to use the popular time.Ticker struct in loops| gosamples.dev
Learn how to generate a random string of a fixed length| gosamples.dev
Calculate the number of years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds between two dates in Go (Golang)| gosamples.dev
Learn how to measure the time taken by a function| gosamples.dev
Policy-based control for cloud native environments| Open Policy Agent
type ClientConn ¶| pkg.go.dev
The policy-controller project contains an admission controller for Kubernetes, which can be installed on your Kubernetes cluster in a form of a helm chart. If you run a private instance of Sigstore components, you can specify your own TUF root by mounting your TUF root.json file into the container (for example by mounting a Secret) and then pointing to it with –tuf-root argument as well as using –tuf-mirror argument to point to where the TUF mirror is.| Sigstore
type Client struct {| pkg.go.dev
Production-Grade Container Orchestration| Kubernetes
type AlertError ¶| pkg.go.dev
func Chdir ¶| pkg.go.dev
In this blog post, we'll explore some of the intricacies of time in PostgreSQL and decipher the distinctions between Time, TIMETZ, Timestamp, and TimestampTZ in PostgreSQL| www.cockroachlabs.com
I’m a fan of Mat Ryer’s work, and his blog posts have had a significant impact on the way I program in Go. I found the book hit or miss. Some chapters were fascinating and taught me valuable Go lessons, while others felt boring and got too bogged down in the minutiae of third-party libraries. Overall, I’d still recommend it to anyone who considers themselves a beginner or intermediate Go programmer.| mtlynch.io
Control the structure and appearance of URLs through front matter entries and settings in your site configuration.| gohugo.io
A story in 3 acts| philpearl.github.io