🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@tusharshukla721515 күн бұрын
Hi Anton, thanks for making this video, but I observed at 9:34minutes, the accessModes shouldn't be "ReadWriteOncePod" as you talked here about the Pod accessibility. Please correct me if I misunderstood something here.
@kunalkatdare97998 ай бұрын
Thanks! Usually all videos show these deployment strategies conceptually, but you demonstrated how it's actually done! Big thanks!
@worldsofgalaxy9 ай бұрын
Never seen before such clear explanation..Hatts off 👍👍
@AntonPutra9 ай бұрын
thanks a lot!
@hamidullahmuslih6301 Жыл бұрын
I love your explanations, very clear, awesome examples, and straight to the point. Thank you for your hard work!!
@AntonPutra Жыл бұрын
Thank you!
@kayoutube690 Жыл бұрын
you deserve lots of subscribers, thank you for sharing your knowledge.
@AntonPutra Жыл бұрын
Thanks :)
@김도형-g2i10 ай бұрын
This is so well explained. You also added in examples that we can understand and apply in the real world. Great thanks for sharing such knowledge. subscribed.
@AntonPutra10 ай бұрын
thanks!
@victors9585 Жыл бұрын
В нетленку!!!! 🔥🌟🔥🌟🔥🌟🔥Сердечно благодарю, Антон!!! 🙏❤🙏❤🙏❤🙏
@AntonPutra Жыл бұрын
spasibo=)
@agun21st Жыл бұрын
Wow! this is really very help full K8s Deployment contents for when we call a service api and it show "Service Upstream problem". Sir your content is Unique on the k8s Tutorials. 💝
@GabrielPozo Жыл бұрын
This is always an exciting topic, a fantastic video, thanks for sharing this quality of content!!!
@AntonPutra Жыл бұрын
thanks!
@ladioladeni Жыл бұрын
Anton my man! Quality contents as usual
@AntonPutra Жыл бұрын
Thank you!
@maxmarko59493 ай бұрын
awesome! visualization is the key
@AntonPutra3 ай бұрын
thank you!
@milindchavan0074 ай бұрын
This is awesome! please make detailed canary setup videos, its really very helpful.
@AntonPutra4 ай бұрын
Thank you! Will do
@chasim1982 Жыл бұрын
Great Content, Thanks Sir, best IT teacher, learned a lot from You! ❤
@AntonPutra Жыл бұрын
Thank you❤
@asezen7711 ай бұрын
Thanks
@cristobalzuluaga3065 Жыл бұрын
underrated channel
@softwareasafun Жыл бұрын
Thanks!
@AntonPutra Жыл бұрын
Thank you for support!
@NarendraChennamsetty5 ай бұрын
These tutorials are amazing
@AntonPutra5 ай бұрын
thanks you!!
@IuliiaFedotchenko-nu8lm6 ай бұрын
very good explained as always. thanks a lot for all your videos
@AntonPutra6 ай бұрын
🫡
@asezen7711 ай бұрын
Thank you very much for all your content.
@AntonPutra11 ай бұрын
my pleasure
@diegonayalazo Жыл бұрын
Masterclass. Thanks Teacher!
@AntonPutra Жыл бұрын
Thank you!
@swa12115 ай бұрын
very nice explanation and helpful , thx a lot
@AntonPutra5 ай бұрын
thank you!
@sonadas7213 Жыл бұрын
Thanks for sharing your knowledge, your explanation is up to the mark.
@AntonPutra Жыл бұрын
Thank you!
@agonzalezo4 ай бұрын
Great content, thanks Anton Putra. How could you use blue/green strategy in a cluster that have too many deployments interconnected each other? So If you have to change all service to point to the new deployment all your external client will use it too or not?
@AntonPutra4 ай бұрын
I'm not sure if I understood the question, but you can use blue/green deployment. Before providing access to your clients, you can thoroughly test your new "green" deployment. If it looks okay, you can, let's say, change the DNS or Kubernetes (k8s) label. You can use other strategies as well. For instance, you might need an additional HTTP header to hit the new version, etc. It's much more difficult for data transformation pipelines that many companies use, such as with Kafka.
@agonzalezo4 ай бұрын
thanks for your reply Anton. suppose you are running an application that has 10 or more micro services in your cluster, if you upgrade one of them and use blue/green is easy to do unit test but if you have to do test more complex like integration or functional it becomes so hard(my point of view). i mean you would have to duplicate all other deployments and make it pointing to the upgraded deployment. again great content 🤜🏼🤛🏼
@AntonPutra4 ай бұрын
@@agonzalezo Agreed. Sometimes you have to test all different applications together, let's say, in a staging environment. Instead of using blue-green deployment, you just release them all at once. Since you tested that in staging, you have a good chance of a successful production push.
@joobis.b45687 ай бұрын
great explanation! thankyou for doing this
@AntonPutra7 ай бұрын
thanks!
@jeffkirchoff143 ай бұрын
You've Explained so well sir 🙏 I'd like to share this on twitter... May I ?
@AntonPutra3 ай бұрын
sure :)
@dimadiachenko1 Жыл бұрын
awesome structured video, thanks!
@AntonPutra Жыл бұрын
Thank you!
@coveraver Жыл бұрын
Thank you! Can we balance traffic between services in the different namespaces by istio with flagger or something?
@AntonPutra Жыл бұрын
It's not common, what's your use case? I'll see if I can test istio with cross namespace virtual service
@coveraver Жыл бұрын
it would be great. There are three services in different namespaces stage, prod and green. I need to balance traffic between them. this can be done using ingress canary, but in this case, if the application crashes, it is not excluded from balancing and the user will receive either 200 or 503.
@vipuldepolkar1189 Жыл бұрын
Hi, i m fron india, and your teaching style is very good. I'm waiting for more videos for kubernates and terraform with azure
@AntonPutra Жыл бұрын
Thanks, Azure is coming soon =)
@Diego_UG Жыл бұрын
thanks for the video, question: what is a deployment strategy like when there are database migrations and how do you plan a rollback in this type of situation?
@AntonPutra Жыл бұрын
it's case by case but in general try to make migration backward compatible
@Diego_UG Жыл бұрын
Yes, although as the company grows and technology teams are formed, it becomes necessary to implement policies to ensure that these methodologies are followed by everyone on the team. So, in the case of databases, what would the policies be like? One policy could be: modifying a field in the database involves the following steps: 1) Create a new field with a different name, migrate, run a test; 2) Ensure new information is recorded in the new table, keeping new records in both tables, run a test; 3) Migrate data from one table to another, run a test; 4) Ensure new information only enters the row, run a test; 5) Delete the old table; 6) End.?
@Jaffarnefarious Жыл бұрын
Thanks a lot Anton!
@AntonPutra Жыл бұрын
welcome!
@bobbylelapin Жыл бұрын
Love your content! What workstation you have? ARM MacBook laptop?
@AntonPutra Жыл бұрын
Thanks, yes Apple M1 Pro
@wilmarmunoz62129 ай бұрын
this is amazing, well explained!
@AhmedAymanElSayed-e1i Жыл бұрын
I have a question, why are there 2 pods being created in 5:08 minute while the specified maxSurge is 25% from 4 replicas which should be 1
@AntonPutra Жыл бұрын
yes, 25% is 1 pod (4 total), but k8s terminated at the same time 1, so total 5
@yogithakakarla1716 Жыл бұрын
So, in canary deployment as we can forward 10% of traffic to new version. Can we make sure that only our team users can access this new version 10% . And end-users or customer should access 90% of old version. Is it possible
@AntonPutra Жыл бұрын
Sure, if you use native K8s objects, you would add an additional label to the deployment, for example, "deployment: canary". Then, you'd create another service that selects only canary pods, similar to the blue/green example. In Flagger, this is already implemented, and when you run a test, it will target only the canary.
@node_hodler Жыл бұрын
otlicino, spasibo!
@AntonPutra Жыл бұрын
pojaluysta!
@kayoutube690 Жыл бұрын
sir do you have video about kubernetes pod termination and sig term? how the pod gracefully terminated specially in prod?
@AntonPutra Жыл бұрын
I don't, but there is a hook that you can use and provide a custom command to execute before terminating the pod - kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
@nguyenphu-o5d3 ай бұрын
Hi, I successfully deploy some services but having the Nameserver limits were exceeded issue, is it happen due to too many services?
@AntonPutra3 ай бұрын
it's very unlikely, what's your setup and can you paste exact error message
@nguyenphu-o5d3 ай бұрын
@@AntonPutra I found a way to fix it, I tried systemctl restart systemd-resolved.service and the issue is gone some how.
@rahulchowdhury279 Жыл бұрын
plz make a DETAILED video on Cortex.
@rahulchowdhury279 Жыл бұрын
Love your videos. Both prometheus operator videos helped me out a lot
@AntonPutra Жыл бұрын
Sure will do!
@LalalL-j4n2 ай бұрын
Very good video brother and very nice explanation 🫰
@AntonPutra2 ай бұрын
thank you!
@Diego_UG Жыл бұрын
another question: how do we deploy a pod if its task or actions are executed internally and not by a request from a user?
@AntonPutra Жыл бұрын
do you mean like a data pipeline (kafka consumer/producer), you can automate and it's much harder and that's why most examples focused on request based apps :)
@domw2391 Жыл бұрын
I’m using argocd rollout but I don’t know what’s the main difference between native k8s deployment strategy and Argo d rollout
@AntonPutra Жыл бұрын
It uses default rolling-update unless you explicitly update it in the yaml
@rahulchowdhury279 Жыл бұрын
ArgoRollouts can do canary and bluegreen
@hermanwahyudi67243 ай бұрын
what the diff between rolling update and canary?
@AntonPutra3 ай бұрын
By 'canary,' we mean a controlled rollout of the new application version to a small subset of users, followed by testing that version. If the tests pass, we roll out this version to a wider audience. Kubernetes built in rolling update, gradually replacing the old version with the new one. You can potentially use health checks for testing, but it is not the same.
@hermanwahyudi67243 ай бұрын
@@AntonPutra how to set/config the rollout of canary to a small subset of user? just use small percentage? or use sticky session also?
@devopsRussiaАй бұрын
Можно помедленнее?
@AntonPutraАй бұрын
horosho
@bx355611 күн бұрын
forget istio, it's chinese stuff. I wouldn't trust it, remember some of the Chinese software that had seriously amateurish vulnerabilities; it's super untrustworthy. Everything else in video is great.
@ol_suh5 күн бұрын
13 And no man hath ascended up to heaven, but he that came down from heaven, even the Son of man which is in heaven. 14 And as Moses lifted up the serpent in the wilderness, even so must the Son of man be lifted up: 15 That whosoever believeth in him should not perish, but have eternal life. 16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. 17 For God sent not his Son into the world to condemn the world; but that the world through him might be saved. 18 He that believeth on him is not condemned: but he that believeth not is condemned already, because he hath not believed in the name of the only begotten Son of God. 19 And this is the condemnation, that light is come into the world, and men loved darkness rather than light, because their deeds were evil. 20 For every one that doeth evil hateth the light, neither cometh to the light, lest his deeds should be reproved. 21 But he that doeth truth cometh to the light, that his deeds may be made manifest, that they are wrought in God. (Jn.3:13-21)