Llinhbqinblogs.sretribe.net·Oct 29, 2024 · 32 min readMigrating to 1.81ProstBuildScript plugin There are no longer any manually defined DSL methods for the PostBuildScript, which allows folks using PostBuildScript v3.0.0 to no longer have issues with Job DSL (JENKINS-66189). Note that this did not go through a deprecati...00
Llinhbqinblogs.sretribe.net·Oct 25, 2024 · 4 min readThe Four Team Types from Team TopologiesIn many organizations, especially at the enterprise level, there are many types of teams, even teams who take on multiple roles. As the organization continues to grow and these team types continue to sprawl, it becomes increasingly hard to visualize ...00
Llinhbqinblogs.sretribe.net·Oct 3, 2024 · 11 min readAchieving Zero Trust Security on Amazon EKS with IstioThis is the fourth blog post of our “Istio on EKS” series. In this blog post, we’ll explore how Istio, a powerful service mesh, enables organizations to implement a zero trust security model on Amazon Elastic Kubernetes Service (Amazon EKS). We will ...00
Llinhbqinblogs.sretribe.net·Oct 2, 2024 · 5 min readAlgorithms PyTorch VersionWhat’s Included The following algorithms are implemented in the Spinning Up package: Vanilla Policy Gradient (VPG) Trust Region Policy Optimization (TRPO) Proximal Policy Optimization (PPO) Deep Deterministic Policy Gradient (DDPG) Twin Delayed ...00
Llinhbqinblogs.sretribe.net·Oct 1, 2024 · 5 min readCreates Helm chart from Kubernetes yamlCLI that creates Helm charts from kubernetes manifests. Helmify reads a list of supported k8s objects from stdin and converts it to a helm chart. Designed to generate charts for k8s operators but not limited to. See examples of charts generated by he...00