Тёмный
No video :(

The Ultimate Guide to Azure Container Instances (ACI) 

Michael Kißling
Подписаться 95
Просмотров 3,4 тыс.
50% 1

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

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 25   
@csatanarachchi
@csatanarachchi 5 месяцев назад
I genuinely appreciate your candid effort to delve deeper into Azure Container Instances (ACI) and their practical utilization for rapidly deploying containerized applications in a cost-efficient manner👏
@mattomwit
@mattomwit 11 месяцев назад
You helped me. This video was very useful. Thank you.
@ramki9196
@ramki9196 6 месяцев назад
Thank you so much! You definitely helped!!
@lexichdev
@lexichdev 4 месяца назад
Thank you, Michael, you saved me a lot of time!
@wilhelm8735
@wilhelm8735 10 месяцев назад
Thanks for the tutorial. You covered information, which I couldnt find anywhere else. Greatly appreciated! Grüße aus Berlin ;-)
@namlessnightwalker
@namlessnightwalker 4 месяца назад
Well done!!! Apprechiate the work and well organized and enriching content.
@simianinc
@simianinc 10 месяцев назад
Thank you for this. May I suggest you make your fonts larger in your demos. There's a lot of whitespace, and a lot of small text.
@discotake
@discotake 10 месяцев назад
Thank you very much for your input. My intention is to bring the best possible quality to my tutorials, and increasing the font size in order to be more convenient for small screens and low resolution devices is something I will take into account for the future.
@TheTocas97
@TheTocas97 Месяц назад
man!!! you are amazing ! i love you thanks a lot !! best explanation !! but one thing , you said previously that the docker context aci is no longuer supported , and there is another solution , could you please mention it ?
@discotake
@discotake Месяц назад
@@TheTocas97 Hi! I appreciate that you liked my video that much! The „other solution“ is simply the deployment via „az deploy“ which I describe in the next chapter at 24:31
@TheTocas97
@TheTocas97 Месяц назад
@@discotake in fact i converted my docker compose file to azure yml file and used the same command az container create --file "myfile.yml" and the ACI was created succefully and the two containers were created succefully as frontend and a backend but the issue is the the frontend cannot resolve the name of the backend by its name..did you face something similar plz ?
@discotake
@discotake Месяц назад
@@TheTocas97 If you want to run your frontend and your backend on a single ACI instance, you need to use a proxy server who can redirect www.mysite.com/api/ to an internal port like localhost:8080 - You can do such things with Caddy in a very simple way. Caddy is also nice for using https with a free certificate from LetsEncrypt
@TheTocas97
@TheTocas97 Месяц назад
@@discotake so i understood correctly i need to add another container caddy and edit the yml file to tell the first container that it can reach the second container api on port 8888 for example via the caddy proxy ?
@discotake
@discotake Месяц назад
@@TheTocas97 Yes exactly this is the way. In caddy you have to define two routes. For example / will go to the Frontend, and /app will be internally routed to port 8080/8888/whatever and there the backend API will listen to those requests
@oleksiiromanchenko3826
@oleksiiromanchenko3826 2 месяца назад
At some point in time, one of your containers was terminated. Could you share please, what is better to do in that cases? how to find the reason or at least containers errors, if there are no logs?
@discotake
@discotake 2 месяца назад
Hi Oleks, you need a separate logging service if you want persistent logs. Azure Log Monitor is the tool of your choice: learn.microsoft.com/de-de/azure/container-instances/container-instances-log-analytics
@oleksiiromanchenko3826
@oleksiiromanchenko3826 2 месяца назад
@@discotake danke
@jivaniarpit2961
@jivaniarpit2961 6 месяцев назад
Hey I like this video but i have one question, can I open this azure container in vs code for development like we do with docker container.
@EddieDemon
@EddieDemon 6 месяцев назад
Well, just what I needed. All I miss here is how one container connects to another. Is the internal DNS managed by ACI? And based off of the container name?
@discotake
@discotake 6 месяцев назад
There is no way to connect to another ACI container directly. You need to connect via the external URL of the other container as if you were a regular external client. When both ACI instances are physically in the same Azure Data Centre, I strongly assume that the IP packets will be routed internally without ever leaving the building, but even this is out of your control and managed by Azure.
@EddieDemon
@EddieDemon 6 месяцев назад
@@discotake I see, so in that case ACA is a better option?
@discotake
@discotake 6 месяцев назад
I read your question again and I think I understood it now in the way that you are deploying multiple containers into a singe ACI instance. In this case you can just contact the other container via localhost:1234 (where 1234 is the opened port of the other container). But even if you would want to communicate with another ACI instance, you can do it interally via an AzureVirtual Network (learn.microsoft.com/en-us/azure/container-instances/container-instances-vnet) - so there is no need to use ACA@@EddieDemon
@EddieDemon
@EddieDemon 6 месяцев назад
I see, thanks @@discotake! I’m still quite in the dark when to use which, both technically and financially. AFAIK ACA utilizes k8s and is somewhat cheaper by the hour, though it might be overkill for smaller applications. Right?
@arifusman6123
@arifusman6123 5 месяцев назад
amazing tutorial...i just started knowing ACI and this is great. Thank you @Michael Kißling
@discotake
@discotake 4 месяца назад
I am glad to be helpful.
Далее
The Ultimate Guide to Google Cloud Run
54:09
What ARE Containers? (and Docker ...)
1:42:09
Просмотров 25 тыс.
Learn Live - Azure Container Options (AKS vs ACA vs ACI)
1:23:45
100+ Docker Concepts you Need to Know
8:28
Просмотров 931 тыс.
Homelab Setup Guide - Proxmox / TrueNAS / Docker Services
2:44:39