- 143
- 11 965
ProjectAntrea
Приєднався 14 сер 2020
Відео
Antrea Community Meeting 09/09/2024
Переглядів 12Місяць тому
Antrea Community Meeting, September 9th 2024
Antrea Community Meeting 08/12/2024
Переглядів 112 місяці тому
Antrea Community Meeting, August 12th 2024
Antrea Community Meeting 07/29/2024
Переглядів 482 місяці тому
Antrea Community Meeting, July 29th 2024
Antrea Community Meeting 07/15/2024
Переглядів 192 місяці тому
Antrea Community Meeting, July 15th 2024
Antrea Community Meeting 06/17/2024
Переглядів 344 місяці тому
Antrea Community Meeting, June 17th 2024
Antrea Community Meeting 05/20/2024
Переглядів 325 місяців тому
Antrea Community Meeting, May 20th 2024 Link to Kanha's blog post: medium.com/@kanhag4163/experience-of-lfx-mentorship-for-cncf-antrea-62d428b0bfac
Antrea Community Meeting 04/22/2024
Переглядів 226 місяців тому
Antrea Community Meeting, April 22nd 2024
Antrea Community Meeting 04/08/2024
Переглядів 176 місяців тому
Antrea Community Meeting, April 8th 2024
Antrea Community Meeting 03/11/2024
Переглядів 157 місяців тому
Antrea Community Meeting, March 11th 2024
Antrea Community Meeting 02/26/2024
Переглядів 378 місяців тому
Antrea Community Meeting, February 26th 2024
Antrea Community Meeting 01/16/2024
Переглядів 359 місяців тому
Antrea Community Meeting, January 16th 2024
Antrea Community Meeting 01/02/2024
Переглядів 149 місяців тому
Antrea Community Meeting, January 2nd 2024
Antrea Community Meeting 12/19/2023
Переглядів 2510 місяців тому
Antrea Community Meeting, December 19th 2023
what is the function of Antrea in this demo?
Antrea is used as the primary network CNI, so it implements the K8s network model, with Pod connectivity, Service load-balancing, NetworkPolicy enforcement, etc. Multus will work the same way with other primary CNIs, and Antrea does not "enable" Multus or the macvlan plugin in any way. This video simply shows how to use Multus with Antrea, but the general procedure is not specific to Antrea. We published this video because some users were asking about using Multus with Antrea. There is ongoing work in Antrea to support some secondary network configurations natively (without Multus, and without a dedicated secondary network plugin such as macvlan). However, this is not production ready yet.
@@projectantrea great!
Hello, awesome product! Can I run it in Powershell on Windows? I didn't find any good guide for that installation.
For the Egress failover demo, the connection delay (ua-cam.com/video/rAY76lG4VLA/v-deo.html) is indeed caused by some stale ARP entries. The underlying issue (gratuitous ARP packets not sent correctly) has been addressed in Antrea v1.12.1 and Antrea v1.13+, which means... no more delay! Link to Antrea v1.12.1: github.com/antrea-io/antrea/releases/tag/v1.12.1
Even though Xingi asks questions that are not very clear because she is confused, Christian manages to somehow amswers them. But I must point that she is confused because Christian didn't give good context during the introduction of the topics as he dives in. But all in all Awesome presentation. Thank you both, I enjoyed.
Fractal network policies , pretty interesting, now you can have a cluster network policy and push it all the way down to all your baby clusters
duh the reason it didnt compile was i was using an old golang, use eval "$(curl -sL raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.18beta1 bash)" go version go1.18beta1 linux/amd64 !
can SRIOV also be used here??
Sure, Antrea + Multus will work with any secondary CNI network plugin, including github.com/k8snetworkplumbingwg/sriov-cni. However, the configuration will not be exactly the same and there will probably be some important differences when it comes to IPAM. I would suggest trying with Whereabouts first for IPAM (github.com/antrea-io/antrea/blob/main/docs/cookbooks/multus/README.md#using-whereabouts-for-ipam). Note that the demo in this video uses a virtualized environment, which will have some implications for SRIOV (sriov-cni cannot be used in a virtualized environment, see github.com/k8snetworkplumbingwg/sriov-network-device-plugin/issues/133).
User guide of Egress feature: github.com/antrea-io/antrea/blob/main/docs/egress.md antrea.io/docs/v1.5.1/docs/egress/ Release v1.0.0: github.com/antrea-io/antrea/releases/tag/v1.0.0 Release v1.2.0: github.com/antrea-io/antrea/releases/tag/v1.2.0 Egress-failover-proposal, created by Quan Tian: downloads.antrea.io/community/egress-failover-proposal.pdf Blogs about Egress: Static Egress SNAT IP for Kubernetes Workloads Using Project Antrea - Small Yet Super Useful vinothecloudone.medium.com/egress-snat-ip-for-kubernetes-workloads-using-project-antrea-small-yet-super-useful-2b8f134fba9d
The Egress feature is supported since Antrea v1.0. The Antrea community is planning on graduating the Egress feature to Beta in Antrea v1.6. It'll be supported since Antrea 1.6.0 by default, soon this month, maybe 18th.
watching the exploration in this episode up being a cool way to learn about how the CNI spec is read by containers and invoked at runtime to negotiate what CNI calls are made .... next week with mike Zappa we'll dig deeper into the 0.4 check usage in containers to round out the overall story !
Check out github.com/K8sbykeshed/k8s-service-validator , github.com/avinetworks/avi-helm-charts
Engineers from avi + contour + MSFT - only here yal ! thanks for comin
Fantastic video and very good explanation . But in the same setup if i want to try this DHCP server with option 43 & 60 than how can i test the same with the test pods ?
Hiya shashank. - the DHCP server that your using if called from your CNI will be ultimately be leveraged by your CNI provider when it gets the IPs for the pods when they are created - or am i misunderstanding the question ... ... want to do a follow on show about this? file an issue on github.com/jayunit100/k8sprototypes with the issue you want us to look at and we can get vivek to come on for another hack session