Kubernetes Operator | Creating Kubernetes Operator using operator-sdk | kubebuilder | ADITYA JOSHI |

preview_player
Показать описание
If you feel this video is helpful, You can buy a coffee here

Learn how to build a Kubernetes Operator using the Operator-SDK. The Operator-SDK is an open-source toolkit that enables developers to create, test, and package Operators. It provides the scaffolding for building an Operator, simplifying creating and managing applications on Kubernetes.

Check out my courses on udemy:

Рекомендации по теме
Комментарии
Автор

As a learning operator-sdk, this example and demo is a good first step!

ChangWeiZhe
Автор

Great session, thanks for explaining!!!

etshtgq
Автор

very good tutorial, especially because of the need of debug.

liorlew
Автор

bhaiya this scaler is a resource type (like pods) in k8? coz i am not finding this in k8 docs, .

pranavsharma
Автор

Hey @Aditya, is it possible to get the logs for custom resources provisioned ?

VishalSaugat
Автор

how to setup a server, then write crd for that server image, write operator for it and enable the mechanism such that even if you modify something in the manifests like adding some label or new upgrade etc then the pods shouldn't restart but the changes should be implemented?

asutoshpanda
Автор

Thank you very much. I am a beginner and it was very useful for me. In which case should we use kubebuilder and in which case operator-sdk?

mogxbmw
Автор

can you post some more cases on operators using operator sdk

pranavsharma
Автор

Hi! I am getting this error when running the "mak run" command,

"ERROR unable to get kubeconfig {"error": "invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable", "errorCauses": [{"error": "no configuration has been provided, try setting KUBERNETES_MASTER environment variable"}]}"

I think the error is because that the program is running outside of the cluster. Any solution to resolve the error?

BTW, I am using Kubebuilder to build my operator.

roopeshsaravanan
Автор

Have you created the second part of this video? I meant deploying this operator to kubernetes cluster (Production)

shashikumarv
Автор

Hi, could you suggest whether we should use operator sdk or kubebuilder?

egfjren
Автор

Hi @Aditya and all, can anyone help me with the operator-sdk installation in windows 10

sharanyameiyyappan
Автор

can we interract with kubelet directly from the operator ?

melianiabdelghani
Автор

I want to use clientset for my use case how can i implement that without clientset i am not able to get my scaler

kartik
Автор

hey aditya, please add next video to deploy operator to cluster. if you have already uploaded please share the link, not able to find that one. thank you

dhirajlakhane
Автор

why you used adddress operator &replicas, in the line Deployment.spec.Replicas != &replicas. isnt it shd be without &

pranavsharma
Автор

Hi @Aditya want to ask you, With recent updated version the build is failing each time citing various packages and methods as reason, whats your advice which version should we use to make sure to build it successfully. However i want to stay updateed with newer versions but it seems there is no specific controller-runtime, go-client and other packages version that is stable. If you have any link to keep the versions stable you can share also. Please refer us to a stable package version as the newer ones are not that stable. Thank you

scrappy__coco