Giter VIP home page Giter VIP logo

crd-controller-from-scratch's Introduction

Hi there 👋

crd-controller-from-scratch's People

Contributors

caozhuozi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

lizonglingo

crd-controller-from-scratch's Issues

Contribution: receive some contributions?

作者您好,您的这个系列教程使我受益匪浅,首先向您及您做的工作表示感谢!

得益于教程的详细,我将代码进行了编译并在本地环境跑了起来,使它在 kubernetes 集群中可以正常的工作:

root@nm:~# kubectl get crd balloons.book.dong.io -o wide
NAME                    CREATED AT
balloons.book.dong.io   2023-08-21T04:22:03Z
root@nm:~# kubectl get balloon my-new-balloon -o yaml
apiVersion: book.dong.io/v1
kind: Balloon
metadata:
  annotations:
    kubectl.kubernetes.io/last-applied-configuration: |
      {"apiVersion":"book.dong.io/v1","kind":"Balloon","metadata":{"annotations":{},"name":"my-new-balloon","namespace":"default"},"spec":{"releaseTime":"2023-08-21T10:10:00+08:00"}}
  creationTimestamp: "2023-08-21T04:22:08Z"
  generation: 1
  name: my-new-balloon
  namespace: default
  resourceVersion: "83317"
  uid: 4acd2cc8-5cda-4ce6-bff2-08a8e7c0dfdd
spec:
  releaseTime: "2023-08-21T10:10:00+08:00"
status:
  balloonStatus: Released

以下有两个问题:

  1. 我可以将完整代码构建、部署和运行的相关文件贡献到该仓库中吗?
  2. 对于这个系列,您后续还会继续更新下去吗,这可能是我看到过的最适合入门 kubernetes 本身的一些机制和设计内容的教程了,希望 Balloon 可以帮助更多的人。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.