Docs
Curated Kubernetes content from AKS, EKS, GKE, OpenShift, Rancher/K3s and more—auto‑aggregated daily.
- 2023-04-12Kubernetes.dev Blog
Blog: E2E Testing Best Practices, Reloaded
E2E Testing Best Practices, Reloaded Overall architecture Debuggability Recovering from test failures Interrupting tests Polling and timeouts Tips for writing and debugging long-running tests Next steps End-to-end (E2E) testing in Kubernetes is how the project validates functionality with real clusters. Contributors sooner or later encounter it when asked to write E2E tests for new features or to help with debugging test failures.
#kubernetes #community - 2023-03-29Kubernetes.dev Blog
Blog: From Zero to Kubernets Subproject Lead
From Zero to Kubernets Subproject Lead Starting up Always learning Why you - a beginner - are important to the project Getting started in any open-source community can be daunting, especially if it’s a big one like Kubernetes. I wrote this post to share my experience and encourage others to join up.
#kubernetes #community - 2023-03-09Jenkins X
Blog: Reconcile with kpt live apply
Reconcile with kpt live apply Configuration Waiting for resources to be reconciled Tagging and release notes kpt live apply Since the dawn of Jenkins X 3 the default last step of reconciling the state of the files in your cluster repository to your cluster has been to execute kubectl apply. You can find more details about this here.
#jenkins-x - 2023-03-01Kubernetes.dev Blog
Blog: Introducing KWOK: Kubernetes WithOut Kubelet
Introducing KWOK: Kubernetes WithOut Kubelet What is KWOK? Why use KWOK? What are the use cases? What are the limitations? Getting started Getting Involved Author: Shiming Zhang (DaoCloud), Wei Huang (Apple), Yibo Zhuang (Apple) Have you ever wondered how to set up a cluster of thousands of nodes just in seconds, how to simulate real nodes with a low resource footprint, and how to test your Kubernetes controller at scale without spending much on infrastructure? If you answered “yes” to any of these questions, then you might be interested in KWOK, a toolkit that enables you to create a cluster of thousands of nodes in seconds. KWOK stands for Kubernetes WithOut Kubelet.
#kubernetes #community - 2023-02-09Jenkins X
Blog: Foreign aliases
Foreign aliases Background Foreign aliases OWNERS and OWNERS_ALIASES in new repositories In an organisation with many repositories and developers that are frequently shifting the maintenance of OWNERS and OWNERS_ALIASES files can be tedious. In the passing year a couple of functionalities has been added to help with this.
#jenkins-x - 2023-02-06Jenkins X
Blog: Project ideas for Google Summer of Code 2023 ☀️
Project ideas for Google Summer of Code 2023 ☀️ 1. CD events integration with Jenkins X 2.
#jenkins-x - 2023-02-03Kubernetes.dev Blog
Blog: Spotlight on SIG Instrumentation
Spotlight on SIG Instrumentation About SIG Instrumentation Current status and ongoing challenges Community and contribution Observability requires the right data at the right time for the right consumer (human or piece of software) to make the right decision. In the context of Kubernetes, having best practices for cluster observability across all Kubernetes components is crucial.
#kubernetes #community - 2022-12-12Kubernetes.dev Blog
Blog: Prow and Tide for Kubernetes Contributors
Prow and Tide for Kubernetes Contributors Why is this helpful Back to squashing Assignment, review, approval. More about Prow and Tide More advanced usage Authors: Chris Short , Frederico Muñoz In my work in the Kubernetes world, I look up a label or Prow command often.
#kubernetes #community - 2022-11-13Jenkins X
Blog: GSoC 2022 Final Report: Building Jenkins X UI
GSoC 2022 Final Report: Building Jenkins X UI Jenkins X New UI Why need a new UI? How to use it? Work Done Stop a running or pending PipelineActivity from UI Show message with status of the PipelineActivity Implement a DAG for PipelineActivity What’s next? Acknowledgements It is a web application built with Golang for the backend and Sveltekit for the frontend, both of which are built together and used in the same container. To function properly, it must be installed as a helm chart with Jenkins X CRDs.
#jenkins-x - 2022-11-08Jenkins X
Blog: GSoC 2022 Final Report: Improving Supply Chain Security
GSoC 2022 Final Report: Improving Supply Chain Security Project Description Work Done Enhancing the jx version output Integrating with Tekton Chains to sign TaskRuns and PipelineRuns Software Bill of Materials (SBOM) Signing Jenkins X artifacts What’s next? Acknowledgements Supply chain security is a rising concern in the current software era. Securing the software supply chain encompasses vulnerability remediation and the implementation of controls throughout the software development process.
#jenkins-x