Excellent tutorial and video!! I certainly appreciate your attention to editing and detail, it really shows an appreciation for both the content, and the audience.
If you're getting errors about invalid domain names while trying to create your service principal, just use the latest version of Azure CLI in your Docker container or manually create the SP. There was some kind of update to Azure AD that caused issues with previous CLI versions
This is amazing! your videos are extremely helpful, especially for aks newbie like mee...:) btw love the tee shirts where can i get some? peace keep up the great work and Thank You!!
Excellent, loved it. Could you share details of Microphone you have used to record the audio. its nice. Also share the tool which helped embed video in to source code. I am planning to new channel for my daughter's art and school videos.
Please make Videos on Elasticsearch. There is a huge void of good tutorials in ELK & I think you will do real justice to make this topic easily understandable to everyone!! God bless you!!
if I run the azure cli just on a linix machine instead of the contianer, is there still a way to pass kubectl commands directly to the azure managed cluster?
AH gotchya. I see at 21:00 the context is merged into the config file... AWS has a separate command for this aws eks update-kubeconfig --region region-code --name my-cluster
Could you make a video about setting up a CICD in Google cloud build. I setup the CI but having trouble in CD using cloud build ... need to deploy into k8s cluster and the files are helm charts
we use Azure and AWS. i was actually dealing with aks, we had a problem where a service connection was deleted by mistake and then recreated, but some services had the previous one declared in the variables so some users couldn't run deployments with the new service connection. I'd say stick with one cloud until all the basics are explained then switch to a different one
Is a cloud career possible in Australia if you don't live in the big cities, i don't see many remote jobs being advertised, are things going to change?
definitely possible, but may be hard find. I'd recommend hooking up with a few good recruiters and tell them what you're looking for. Stay on the Seek website, and checkout LinkedIn careers, keep networking, visit meetups (even online ones) and keep hussling 💪🏽 You got this!
@@MarcelDempers OK thanks, i spoke to one last week he suggested offering my services for a few months after I get a cert to get some experience, we are 30 years behind modern IT tech in Albury/Wodonga, thanks for the tip I'll keep on with the goal then, cheers!
It depends what instance type you use and how many instances you run. If it's just one, like the one I used and you forget it, it can add up 3 USD roughly per day. So it's not that expensive for learning purposes. But you will be reminded at the end of the month by an invoice 😂
Difficult content explained in an easy way :-) Unable to find the "azure folder" from your GIT is in master branch github.com/marcel-dempers/docker-development-youtube-series/tree/master/kubernetes (so it will be easier to keep up) Thank you
Awesome video, had some issues with permissions for example I had to register namespace 'Microsoft.ContainerService' for my subscription. also on your github repo, you're missing dollar sign on this command: # if your SP key is invalid, generate a new one: SERVICE_PRINCIPAL_SECRET=$(az ad sp credential reset --name $SERVICE_PRINCIPAL | jq -r '.password') took me a couple of runs to get the password without the ` character, so odd that they generate password that doesn't match their password rules lol.
does anyone else get this error when trying to create the service principal? /work # SERVICE_PRINCIPAL_JSON=$(az ad sp create-for-rbac --skip-assignment --name aks-getting-started-sp -o json) Changing "aks-getting-started-sp" to a valid URI of "aks-getting-started-sp", which is the required format used for service principal names Values of identifierUris property must use a verified domain of the organization or its subdomain: 'aks-getting-started-sp'
Excellent tutorial and video!! I certainly appreciate your attention to editing and detail, it really shows an appreciation for both the content, and the audience.
Dude. Your content is amazing. Top of the line.
Under rated channel. Please keep making videos. Every one I've watched I didn't get sleepy, that really says something.
you are now my go to devops guy
You're the man! I always learn new stuff from your vids. smart and knowledgeable!
What a great video. Very concise and to the bloody point. Thank you
To follow the series, feel free to bookmark my "Kubernetes in the Cloud" playlist --> ua-cam.com/play/PLHq1uqvAteVsUhzNBkn-rPzXtPNpJu1-k.html
level 100 warlock.... Thanks for a great video, will watch all the series and start deploying into az
If you're getting errors about invalid domain names while trying to create your service principal, just use the latest version of Azure CLI in your Docker container or manually create the SP. There was some kind of update to Azure AD that caused issues with previous CLI versions
I just wanted to know the details of the Azure AKS and this is one of the best place to know about it quickly.
Really great job. Well structured and easy to understand and follow. Cloud-fear almost gone ;)
Thank you, got a good understand of the Kubernets service. What is kind service would be optimal for Kubernetes deployment?
I just came across to your channel quality content, clean and clear congratulations
This requires an updated version of azure-CLI now due to changes at azure.
Awesome video
Do you have a video where you explain the .yaml file provided along with the kubernetes?
I have an entire series 💪🏽 ua-cam.com/play/PLHq1uqvAteVvUEdqaBeMK2awVThNujwMd.html
Great video - very informative - thanks chief !
This is amazing! your videos are extremely helpful, especially for aks newbie like mee...:) btw love the tee shirts where can i get some? peace keep up the great work and Thank You!!
Amazing, great guide to aks
Please post video for AGIC for aks with path based routing
That DevOps guy, nice content
Can you please do a video on how to configure Nginx on Azure for a web application and how to route requests from frontend to backend
Thanks for the video. Excellent tutorial!
Excellent, loved it. Could you share details of Microphone you have used to record the audio. its nice. Also share the tool which helped embed video in to source code. I am planning to new channel for my daughter's art and school videos.
Great tutorials , easy to learn and implement 👍👏
what's the ssh key? can you please provide more details on how to use it and how to maintain it? Thanks
This is vey amazing
Thank you so much 😊
Please make Videos on Elasticsearch. There is a huge void of good tutorials in ELK & I think you will do real justice to make this topic easily understandable to everyone!! God bless you!!
I really love your videos!
Nice tutorial. Thanks for the sharing.
Please make a tutorial with Kong API Gateway on K8S and load balancing for Microservice.
Can you make a video on Kubernetes secret encryption using TPM pls
if I run the azure cli just on a linix machine instead of the contianer, is there still a way to pass kubectl commands directly to the azure managed cluster?
AH gotchya. I see at 21:00 the context is merged into the config file... AWS has a separate command for this aws eks update-kubeconfig --region region-code --name my-cluster
Man, You are awesome!
Could you make a video about setting up a CICD in Google cloud build. I setup the CI but having trouble in CD using cloud build ... need to deploy into k8s cluster and the files are helm charts
Awesome , keep on
No more azure folder in the indicated git repository. :-(
Amazing again thanks Marcel, I see you have a background of the video in Majorca, ping me if you ever come again i'd love to take you out for dinner
First! 💪🏽 What cloud providers do you use ? Any on prem folks in the house ?
Developed a private Cloud to provision K8s Clusters for my company
we use Azure and AWS. i was actually dealing with aks, we had a problem where a service connection was deleted by mistake and then recreated, but some services had the previous one declared in the variables so some users couldn't run deployments with the new service connection. I'd say stick with one cloud until all the basics are explained then switch to a different one
Thanks for the fantastic introduction to Azure.🤗 We are buildung our platform on Azure.
using Rancher on prem currently
Great content
top content, thx for that ! Cheers
Super useful!
Is a cloud career possible in Australia if you don't live in the big cities, i don't see many remote jobs being advertised, are things going to change?
definitely possible, but may be hard find. I'd recommend hooking up with a few good recruiters and tell them what you're looking for. Stay on the Seek website, and checkout LinkedIn careers, keep networking, visit meetups (even online ones) and keep hussling 💪🏽 You got this!
@@MarcelDempers OK thanks, i spoke to one last week he suggested offering my services for a few months after I get a cert to get some experience, we are 30 years behind modern IT tech in Albury/Wodonga, thanks for the tip I'll keep on with the goal then, cheers!
What would the cost be for this if you didn't delete it straight away? 👍
It depends what instance type you use and how many instances you run. If it's just one, like the one I used and you forget it, it can add up 3 USD roughly per day. So it's not that expensive for learning purposes. But you will be reminded at the end of the month by an invoice 😂
@@MarcelDempers good to know I had that once with an analytics account that ran for a while and billed me 900 USD I wasn't expecting 😩🤣
Difficult content explained in an easy way :-)
Unable to find the "azure folder" from your GIT is in master branch
github.com/marcel-dempers/docker-development-youtube-series/tree/master/kubernetes
(so it will be easier to keep up)
Thank you
Check the Kubernetes\Cloud folder :)
Awesome video,
had some issues with permissions for example I had to register namespace 'Microsoft.ContainerService' for my subscription.
also on your github repo, you're missing dollar sign on this command:
# if your SP key is invalid, generate a new one:
SERVICE_PRINCIPAL_SECRET=$(az ad sp credential reset --name $SERVICE_PRINCIPAL | jq -r '.password')
took me a couple of runs to get the password without the ` character, so odd that they generate password that doesn't match their password rules lol.
does anyone else get this error when trying to create the service principal?
/work # SERVICE_PRINCIPAL_JSON=$(az ad sp create-for-rbac --skip-assignment --name aks-getting-started-sp -o json)
Changing "aks-getting-started-sp" to a valid URI of "aks-getting-started-sp", which is the required format used for service principal names
Values of identifierUris property must use a verified domain of the organization or its subdomain: 'aks-getting-started-sp'
Amazing content, thank you