Docs

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

  • 2023-10-05
    Kubernetes.dev Blog

    Blog: Spotlight on SIG Architecture: Conformance

    Spotlight on SIG Architecture: Conformance About SIG Architecture and the Conformance subproject More on the Conformance Test Suite This is the first interview of a SIG Architecture Spotlight series that will cover the different subprojects. We start with the SIG Architecture: Conformance subproject In this SIG Architecture spotlight, we talked with Riaan Kleinhans (ii-Team), Lead for the Conformance sub-project.

    #kubernetes #community
  • 2023-10-02
    Kubernetes.dev Blog

    Blog: Announcing the 2023 Steering Committee Election Results

    Announcing the 2023 Steering Committee Election Results Results Big Thanks! Get Involved with the Steering Committee The 2023 Steering Committee Election is now complete. The Kubernetes Steering Committee consists of 7 seats, 4 of which were up for election in 2023.

    #kubernetes #community
  • 2023-08-14
    Kubernetes.dev Blog

    Blog: Spotlight on SIG ContribEx

    Spotlight on SIG ContribEx Introductions Primary goals and scope Beginner’s guide! Sub-projects under SIG ContribEx Accomplishments Upcoming initiatives Final thoughts What next? Author : Fyka Ansari Welcome to the world of Kubernetes and its vibrant contributor community! In this blog post, we’ll be shining a spotlight on the Special Interest Group for Contributor Experience (SIG ContribEx), an essential component of the Kubernetes project. SIG ContribEx in Kubernetes is responsible for developing and maintaining a healthy and productive community of contributors to the project.

    #kubernetes #community
  • 2023-07-20
    Kubernetes.dev Blog

    Blog: Spotlight on SIG CLI

    Spotlight on SIG CLI Introductions About SIG CLI Current projects and challenges Future plans and contribution In the world of Kubernetes, managing containerized applications at scale requires powerful and efficient tools. The command-line interface (CLI) is an integral part of any developer or operator’s toolkit, offering a convenient and flexible way to interact with a Kubernetes cluster.

    #kubernetes #community
  • 2023-05-24
    Jenkins X

    Blog: Improve your changelogs

    Improve your changelogs Background Overview of major improvements Example How to write commit messages Manually edit changelog Configuration Changelog for cluster repository Reuse pull requests Custom pipelines Jira as issue tracker More customizations References A standard part of the Jenkins X pipelines since a long time is the execution of jx changelog create that takes the commit messages between the release currently being created and the previous one and creates a change log from these. The change log is then stored as a release note in GitHub or other git provider.

    #jenkins-x
  • 2023-05-09
    Kubernetes.dev Blog

    Blog: Spotlight on SIG Network

    Spotlight on SIG Network Networking is one of the core pillars of Kubernetes, and the Special Interest Group for Networking (SIG Network) is responsible for developing and maintaining the networking features of Kubernetes. It covers all aspects to ensure Kubernetes provides a reliable and scalable network infrastructure for containerized applications.

    #kubernetes #community
  • 2023-04-12
    Kubernetes.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-29
    Kubernetes.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-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