Things Which I Learnt Through KubeCon 2022
Hey, Do you know what is KubeCon and why it is important?
KubeCon is a conference which held by Cloud Native Computing Foundation almost every year to gather open-source communities and cloud-native adopters to get them updated about new technologies.
KubeCon 2022 is the largest KubeCon till now with more than 9000 attendees.
I haven't attended KubeCon but I have seen some of the detailed topics which were discussed at different booths at KubeCon. I am going to share my experience with each one here.
KubeSlice :
They are providing services for multi-cloud integration where we need to communicate with different clouds located at different places. KubeSlice provides networking to connect clouds and make it compatible to work with.
It can be used to create isolation for different teams to get particular resources at the same time.
Plural :
The Plural is one of the great open-source platforms to build DevOps infrastructures. Plural is helpful to maintain clusters even if they are from different providers. It gives centralised implementation in a single repository.
Karmada :
Almost provides the same services as KubeSlice but with different architecture. Their key features are centralised multi-cloud management, high availability, failure recovery, and traffic scheduling. Karmada is easy to implement.
ControlPlane :
ControlPlane have created unique security systems which do not require passwords at all. They have created architecture where passwords and static keys are replaced by dynamic credentials and hardware roots of trust.
Google Kubernetes Engine :
Google Cloud based Kubernetes Engine can be really useful to utilise the GPU which is the main problem in the real-world applications. This system works by dividing loads in the level system and improving GPU utilisation. It allows multiple containers to run on a single GPU.
Vitess :
Vitess is a database clustering system to scale MySQL. The main issue while using databases is scalability and where the Vitess takes place. It provides load-balanced shards to scale databases seamlessly. Vitess as an open source project already scaled to 10k + users.
So, This is all about my experience with KubeCon 2022. Would be really happy to attend it in person in future.
Thanks for reading. Follow me for more tech blogs.