Тёмный

Credentials and Configs in Kubernetes Secrets and ConfigMaps 

Christian Lempa
Подписаться 219 тыс.
Просмотров 21 тыс.
50% 1

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 28   
@stevenstreller8818
@stevenstreller8818 Год назад
One thing would have to be mentioned in any case: If I store the secret as environment variable in the deployment, I have the possibility to access this value in the running container instance via the terminal with printenv or env in the container. Here, too, the values are then in plain text. So if a potential attacker gets access to the container, he can easily read the password for the database 🙂
@oussamaelkhayali2218
@oussamaelkhayali2218 2 года назад
Man, its my first comment on youtube, I really love your videos, im a beginner and whenever i have a problem, your chanel is my first choice, keep going !
@christianlempa
@christianlempa 2 года назад
Thank you so much! I'm happy that you enjoy the channel. 🤗
@mateuszkozera9443
@mateuszkozera9443 4 месяца назад
Thank You Christian!
@PeterNunnOZ
@PeterNunnOZ 2 года назад
Looking forward to the reverse proxy and ingress bits :)
@christianlempa
@christianlempa 2 года назад
Thanks! I hope you'll like it ;)
@christian-313
@christian-313 Год назад
I configured my configmaps, and works perfectly with my env values from VUE. But I'm trying to get this values in the frontend pod... i'm no able to do it.... Is there any extra conf ? Thanks a lot for your videos.
@et4493
@et4493 Год назад
absolute champion ❤ BTW that's not how you say opaque, but it was just hilarious 😂
@christianlempa
@christianlempa Год назад
Haha! Thanks mate :D
@totto4556
@totto4556 2 года назад
AMAZING VIDEO!
@christianlempa
@christianlempa 2 года назад
Glad you think so!
@RABWA333
@RABWA333 2 года назад
Thanks a lot , very informative
@christianlempa
@christianlempa 2 года назад
You're welcome 😀
@vasireddy7355
@vasireddy7355 Год назад
You are awesome.
@christianlempa
@christianlempa Год назад
You are!
@TakeOnMe5
@TakeOnMe5 11 месяцев назад
In case you missed 18:47 ... Base64 is not an encryption, it is an encoding only - It does nothing to protect the password!
@christianlempa
@christianlempa 11 месяцев назад
Thanks for sharing
@allisondealmeida
@allisondealmeida 2 года назад
Tem algum tutorial de criação de um cluster kubernetes de alta disponibilidade?
@kylehodgetts
@kylehodgetts 2 года назад
Opaque is said like "Oh-payk" :)
@christianlempa
@christianlempa 2 года назад
Yeah I realized it when looking it up after the recording 😄
@KeithDavey2014
@KeithDavey2014 Год назад
You can also pre base64 encode the secret string and put that in the secret.yaml file as well. That way he secret is not stored in plane test in the yaml file its self.
@JackLogan90
@JackLogan90 Год назад
B-E-A-Utiful!
@hamadaparis3556
@hamadaparis3556 2 года назад
Hi Chris I have a question about kubernetes clusterIP service for pods as a single network point other pods can reach internally, where does its IP exist if I define one on my cluster, how the request travels from external pod to the service to retrieve data or whatever, I think that the virtual IP address for the service exists on the master and not the worker nodes since the worker node can go down and the service is still maintained, the request from the pod goes to the master who determines the service endpoint and routes the request to that IP I'm just saying man what would logically happen any clarification correcting would be really appreciated thanks for the content.
@christianlempa
@christianlempa 2 года назад
The network layer is controlled on each node by the kube-proxy service. Once you define a ClusterIP, the user-space proxy uses iptables rules which capture traffic to the Service's clusterIP and redirect´s that traffic to the proxy port which proxies the backend Pod. Hope that makes sense.
@hamadaparis3556
@hamadaparis3556 2 года назад
Awesome thanks so much🙂🙏
@SanjeevKumar-nq8td
@SanjeevKumar-nq8td Год назад
How to mount .crt file as secret, can you please show
@christianlempa
@christianlempa Год назад
You need to import that to a secret, "kubectl create secret generic my-secret --from-file=config"
Далее
ConfigMaps and Secrets in Kubernetes
16:35
Просмотров 12 тыс.
Package Management with Helm // Kubernetes Tutorial
20:11
Kubernetes RBAC Explained
23:17
Просмотров 13 тыс.
18 Weird and Wonderful ways I use Docker
26:18
Просмотров 297 тыс.
Using *HA* Kubernetes at home, was never so simple!
32:14
the ULTIMATE kubernetes management tools comparison!
19:12