Docs

Curated Kubernetes content from AKS, EKS, GKE, OpenShift, Rancher/K3s and more—auto‑aggregated daily.

  • 2023-03-09
    Jenkins 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-01
    Kubernetes.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-09
    Jenkins 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-06
    Jenkins 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-03
    Kubernetes.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-12
    Kubernetes.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-13
    Jenkins 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-08
    Jenkins 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
  • 2022-10-03
    Jenkins X

    Blog: Hacktoberfest 2022

    Hacktoberfest 2022 Contribute to Jenkins X Ask us questions We are excited to announce that Jenkins X will be participating in Hacktoberfest again this year! Hacktoberfest is a month-long global celebration of open source software. All backgrounds and skill levels are encouraged to participate in Hacktoberfest and join a global community of open source contributors.

    #jenkins-x
  • 2022-09-12
    Kubernetes.dev Blog

    Blog: Implementing the Auto-refreshing Official Kubernetes CVE Feed

    Implementing the Auto-refreshing Official Kubernetes CVE Feed Implementation Details Pre-requisites Building on existing tooling Design Considerations Integrity and Access Control Protections Freshness Guarantees What’s Next? Author : Pushkar Joglekar (VMware) Accompanying the release of Kubernetes v1.25, we announced availability of an official CVE feed as an alpha feature. This blog will cover how we implemented this feature.

    #kubernetes #community