Great information through this video. The way you explain the k8's concept is something commendable. I have starting watching your videos and most of my conces of k8's has been cleared from your vdos. Thanks and keep going.
You are explaining in a better way as compared to other creators. Thanks a lot for providing the depth of the concepts. Keep going help us to grow in devops field. Appreciable work. 😇😇😇😇😇
nice video thanks, Can you also create series of videos specific to app development security in devops, kubernetes, container security etc for non security professionals who dont want to learn coding but want to know high level to secure.
i must say you are taleneted and can put the context in video as well very nice it would be really helpful for others if you can take expample of any application where to use scenario.
question - under kubectl exec is there any possibility to hide the secret.. example - docker secret credentials ... if no then can we control this with RBAC ?
Yes, under "kubectl exec," the secrets are not directly hidden like Docker secrets. However, RBAC can help control access to secrets and limit who can use "kubectl exec" to access them.
ConfigMaps can't directly reference Secrets. However, you can use environment variables or an init container to inject the Secret's value into your application at runtime.
Hi I have a question about secret from file when I create secret from file with multiple key value data in my file let supposed key1= value1 key2=value2 it will creat single line data how can I use only key1 or key2 from this secret
You can use individual keys from the secret by referencing them in your pods. For example, if you have a secret with key1 and key2, you can access them in your pod as environment variables or mounted files.
Kubernetes supports several types of secrets, including Opaque secrets, Service Account secrets, Docker registry secrets, TLS secrets, and SSH secrets.
When creating a generic secret, you can use the stringData field to provide values in plain text. Kubernetes automatically encodes these values to base64 for you, so there's no need to manually encode each one. This makes managing secrets simpler and more efficient.
@DevOpsPro kubectl create secret generic db-secret --from-literal=username=dbuser --from-literal=password=Y4nys7f11 Here we r not mentioning the stringData field. That's why I am asking.
For encryption, you can use tools like Kubernetes' built-in KMS provider or external tools like HashiCorp Vault. This way, your secrets are stored securely.
Please help us with your valuable feedback - forms.gle/E9r3xvTxnLPKz9Hw9
What an Explanation .. I had follow almost all the youtube chnannels , web tutorials everything .. But none of this can explain like You
I’m really happy to hear that the explanation was helpful. Your support truly means a lot!
Such a clear & concise explanation!!
Great learning.
Excellent tutorial. Explained in very simple way. Great.👍
Explaining way is really appreciable.
The way you present Riya..is super...keep doing it and take care. Cheers !!
Great information through this video. The way you explain the k8's concept is something commendable. I have starting watching your videos and most of my conces of k8's has been cleared from your vdos. Thanks and keep going.
Glad it was helpful!
You are explaining in a better way as compared to other creators. Thanks a lot for providing the depth of the concepts. Keep going help us to grow in devops field. Appreciable work. 😇😇😇😇😇
Your appreciation means a lot to me. I'll keep striving to provide valuable content.😇
@@DevOpsPro Hi Riya, Could you please help us in learning terraform and AWS , it will help us in the future. As of now they both are in good demand.
Thank you so much for dedicating your time...
This is very clear and esay to understand. Thanks for uploading this video.
Glad you liked it
LOVE YOUR VIDEOS❤
Great explanation of all k8s series
Thanks for watching
simple and clear to understand
Thank you for uploading
very nice , i really feeling my friend from the collage teaching me one day before exam :) . thanks Mam for great explanation
Thanks Priyanshu
Thank you so much mam
It's request please make a video on Jenkins CI CD .
Nice Explanation
Superb don't stop make more content one day you will reach on 1L
Thank you so much 🙂
Please upload CKA related videos more frequently
Very nice explanation 👌. Pls also make video on Helm charts
Sure I will
Great job
Great explanation!!
nice video thanks, Can you also create series of videos specific to app development security in devops, kubernetes, container security etc for non security professionals who dont want to learn coding but want to know high level to secure.
Sure, will make it
Please also make troubleshooting part of pods nodes cluster in k8s
Very soon
i must say you are taleneted and can put the context in video as well very nice it would be really helpful for others if you can take expample of any application where to use scenario.
Thank you for the suggestion! I'll keep that in mind for future videos.
Good content and very well explained!! 👍👍
Is there more secure way to pass/ send sensitive data to Pod??
Yes, we have.
Please start the Docker series as well
Please make a video on AWS secret manager bcz no one store sensitive information in k8s secret
Very nice videos but video upload frequency is very low....if possible in next video cover PV and PVC
Very Good
Can you please make full course on kubernetes and I really like you speak in Hindi ❤❤❤
how to create TLS certificate and key
question - under kubectl exec is there any possibility to hide the secret.. example - docker secret credentials ... if no then can we control this with RBAC ?
Yes, under "kubectl exec," the secrets are not directly hidden like Docker secrets. However, RBAC can help control access to secrets and limit who can use "kubectl exec" to access them.
your video is very helpfull,
Assalam Alaikum please make a video on a aws eks CICD pipeline
Sure I will
How Configmap can use the value from secretmap at runtime?
ConfigMaps can't directly reference Secrets. However, you can use environment variables or an init container to inject the Secret's value into your application at runtime.
Please make a video on yml
How to write a yml file
Sure
Hi I have a question about secret from file when I create secret from file with multiple key value data in my file let supposed key1= value1 key2=value2 it will creat single line data how can I use only key1 or key2 from this secret
You can use individual keys from the secret by referencing them in your pods. For example, if you have a secret with key1 and key2, you can access them in your pod as environment variables or mounted files.
@@DevOpsPro can I send you the issue which is I ma facing?
@@asif4505 sure
Which type of secrets can b used?
Kubernetes supports several types of secrets, including Opaque secrets, Service Account secrets, Docker registry secrets, TLS secrets, and SSH secrets.
how can secret be created in generic secret example if username key literal's value is not base64 encoded??
Can anyone tell me?
When creating a generic secret, you can use the stringData field to provide values in plain text. Kubernetes automatically encodes these values to base64 for you, so there's no need to manually encode each one. This makes managing secrets simpler and more efficient.
@DevOpsPro kubectl create secret generic db-secret --from-literal=username=dbuser --from-literal=password=Y4nys7f11
Here we r not mentioning the stringData field. That's why I am asking.
Hi. I need to create a secrets in my current project. I am struggling to create. Can anyone help here
Could you provide more details on what specifically you're struggling with in creating the secrets?
How would I encrypt the secret? Base 64 is not secured and can easily decoded
For encryption, you can use tools like Kubernetes' built-in KMS provider or external tools like HashiCorp Vault. This way, your secrets are stored securely.
@@DevOpsPro pls make a video on how to use kms provider plugin. I tried using AWS kms but it wasn't successful.
Please make a videos in English,it's my request..
very soon we are creating english series too.
if you're gonna have an english title speak english in the video
Any paid content
Hi Mam, typing mistake above. Please reply me with your email I want to ask question via email
Kubectl exec podname -it -- printenv
Thank you so much for dedicating your time...
Very Good