@@ -250,19 +250,10 @@ make undeploy
250
250
251
251
## Next Step
252
252
253
- Now, see the [ architecture concept diagram] [ architecture-concept-diagram ] for a better overview and follow up the
254
- [ CronJob tutorial] [ cronjob-tutorial ] to better understand how it works by developing a
255
- demo example project.
256
-
257
- <aside class =" note " >
258
- <h1 > Using Deploy Image plugin to generate APIs and controllers code </h1 >
259
-
260
- Ensure that you check out the [ Deploy Image] ( https://book.kubebuilder.io/plugins/deploy-image-plugin-v1-alpha.html )
261
- Plugin. This plugin allows users to scaffold API/Controllers to deploy and manage an
262
- Operand (image) on the cluster following the guidelines and best practices. It abstracts the
263
- complexities of achieving this goal while allowing users to customize the generated code.
264
-
265
- </aside >
253
+ Now, take a look at the [ Architecture Concept Diagram] [ architecture-concept-diagram ] for a clearer overview.
254
+ Next, proceed with the [ Getting Started Guide] [ getting-started ] , which should take no more than 30 minutes and will
255
+ provide a solid foundation. Afterward, dive into the [ CronJob Tutorial] [ cronjob-tutorial ] to deepen your
256
+ understanding by developing a demo project.
266
257
267
258
[ pre-rbc-gke ] : https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#iam-rolebinding-bootstrap
268
259
[ cronjob-tutorial ] : https://book.kubebuilder.io/cronjob-tutorial/cronjob-tutorial.html
@@ -271,3 +262,4 @@ complexities of achieving this goal while allowing users to customize the genera
271
262
[ envtest ] : https://book.kubebuilder.io/reference/testing/envtest.html
272
263
[ architecture-concept-diagram ] : architecture.md
273
264
[ kustomize ] : https://github.com/kubernetes-sigs/kustomize
265
+ [ getting-started ] : getting-started.md
0 commit comments