diff --git a/src/collections/blog/2024/11-10-kubecon-na-2024/kubeconna-2024.png b/src/collections/blog/2024/11-10-kubecon-na-2024/kubeconna-2024.png new file mode 100644 index 000000000000..edbbe2fa45be Binary files /dev/null and b/src/collections/blog/2024/11-10-kubecon-na-2024/kubeconna-2024.png differ diff --git a/src/collections/blog/2024/11-10-kubecon-na-2024/post.mdx b/src/collections/blog/2024/11-10-kubecon-na-2024/post.mdx new file mode 100644 index 000000000000..69dda7e6fe3b --- /dev/null +++ b/src/collections/blog/2024/11-10-kubecon-na-2024/post.mdx @@ -0,0 +1,91 @@ +--- +title: "Meshery at KubeCon + CloudNativeCon NA 2024" +subtitle: "Join us at these Meshery sessions" +date: 2024-11-10 +author: Layer5 Team +thumbnail: ./kubeconna-2024.png +darkthumbnail: ./kubeconna-2024.png +description: "Meshery sessions at KubeCon + CloudNativeCon NA 2024" +type: Blog +category: Events +tags: + - Meshery +featured: false +published: true +resource: false +--- + +import { BlogWrapper } from "../../Blog.style.js"; +import { Link } from "gatsby"; +import Button from "../../../../reusecore/Button"; + + + + +Join Layer5 at KubeCon + CloudNativeCon NA, Salt Lake City, Utah! + + +

+Join the Meshery project at KubeCon NA 2024 from November 11th to November 16th, 2024 and get introduced to collaborative cloud native management and Meshery open source maintainers. +

+ +### Session: Meshery - Visualizing Kubernetes Resource Relationships with Meshery + +

+Meshery and its extensions empower you to navigate cloud native infrastructure in complex environments. This lighting talk delves into the human-computer interaction (HCI) principles that underpin MeshMap's intuitive visualization of Kubernetes resources and the various forms of inter/relationships with other CNCF projects' resources. + +Human-Computer Interaction Principles in Meshery: + +

+

+ +
+

+ Date: November 12, 2024
+ Time: 3:04pm - 3:09pm MST +

+ +
+ +### Session: CNCF TAG Network - Intro & Deep Dive + +

+“It’s the network!” is the cry of every engineer. With the increased prevalence of microservices and distributed systems, it’s true - networking as a discipline has never been more critical in the well-architected design and efficient operation of modern infrastructure. Join this talk for an intro to the TAG, its charter and a deeper discussion of current cloud native networking topics being advanced in this TAG. +

+ +
+

+ Date: November 14, 2024
+ Time: 11:55am - 12:30pm MST +

+ +
+ +### Session: Contribfest - Meshery Contribfest: Extending the Cloud Native Manager + +

+Join the Meshery maintainers and community in improving the leading cloud native management plane. This is your chance to get hands-on with the tools shaping the future of collaborative cloud native management. Opportunities: Work on core functionality in the Server (Golang) or UI (React) or extend Meshery by building your own plugin. Contribute to the Meshery documentation by incorporating your own examples of cloud native solution architectures using Meshery Designer. +

+

+Why Contribute to Meshery? - Gain experience with cloud native technologies, including essentially every CNCF project and open source development practices. As is the 10th fastest growing CNCF project, Meshery has a vibrant community. Work alongside passionate maintainers and contributors. No Prior Experience Needed: We welcome contributions from all levels of experience. Join us at Meshery Contribfest and be part of the growing community shaping the future of collaborative cloud native management. +

+ +
+

+ Date: November 14, 2024
+ Time: 4:30pm - 6:00pm MST +

+
+ + + + + +
diff --git a/src/collections/integrations/antrea/icons/components/packet-capture/icons/color/packet-capture-color.svg b/src/collections/integrations/antrea/icons/components/packet-capture/icons/color/packet-capture-color.svg new file mode 100644 index 000000000000..8294df7d2b51 --- /dev/null +++ b/src/collections/integrations/antrea/icons/components/packet-capture/icons/color/packet-capture-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/collections/integrations/antrea/icons/components/packet-capture/icons/white/packet-capture-white.svg b/src/collections/integrations/antrea/icons/components/packet-capture/icons/white/packet-capture-white.svg new file mode 100644 index 000000000000..c016e3a306b9 --- /dev/null +++ b/src/collections/integrations/antrea/icons/components/packet-capture/icons/white/packet-capture-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/collections/integrations/antrea/index.mdx b/src/collections/integrations/antrea/index.mdx index 0d695cbbf8d7..16456c8e0a7d 100644 --- a/src/collections/integrations/antrea/index.mdx +++ b/src/collections/integrations/antrea/index.mdx @@ -110,6 +110,12 @@ components: [ "colorIcon": "icons/components/node-latency-monitor/icons/color/node-latency-monitor-color.svg", "whiteIcon": "icons/components/node-latency-monitor/icons/white/node-latency-monitor-white.svg", "description": "", +}, +{ +"name": "packet-capture", +"colorIcon": "icons/components/packet-capture/icons/color/packet-capture-color.svg", +"whiteIcon": "icons/components/packet-capture/icons/white/packet-capture-white.svg", +"description": "#00c1d5", }] featureList: [ "Network policy enforcement", diff --git a/src/collections/integrations/keda/icons/components/cluster-cloud-event-source/icons/color/cluster-cloud-event-source-color.svg b/src/collections/integrations/keda/icons/components/cluster-cloud-event-source/icons/color/cluster-cloud-event-source-color.svg new file mode 100644 index 000000000000..2db7c10ded12 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/cluster-cloud-event-source/icons/color/cluster-cloud-event-source-color.svg @@ -0,0 +1 @@ +keda-icon \ No newline at end of file diff --git a/src/collections/integrations/keda/icons/components/cluster-cloud-event-source/icons/white/cluster-cloud-event-source-white.svg b/src/collections/integrations/keda/icons/components/cluster-cloud-event-source/icons/white/cluster-cloud-event-source-white.svg new file mode 100644 index 000000000000..26d3561c5a31 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/cluster-cloud-event-source/icons/white/cluster-cloud-event-source-white.svg @@ -0,0 +1 @@ +keda-icon-white \ No newline at end of file diff --git a/src/collections/integrations/keda/index.mdx b/src/collections/integrations/keda/index.mdx index 322f97e7e19d..a9cc3be78bef 100644 --- a/src/collections/integrations/keda/index.mdx +++ b/src/collections/integrations/keda/index.mdx @@ -44,6 +44,12 @@ components: [ "colorIcon": "icons/components/trigger-authentication/icons/color/trigger-authentication-color.svg", "whiteIcon": "icons/components/trigger-authentication/icons/white/trigger-authentication-white.svg", "description": "", +}, +{ +"name": "cluster-cloud-event-source", +"colorIcon": "icons/components/cluster-cloud-event-source/icons/color/cluster-cloud-event-source-color.svg", +"whiteIcon": "icons/components/cluster-cloud-event-source/icons/white/cluster-cloud-event-source-white.svg", +"description": "#326de6", }] featureList: [ "Scales applications based on various metrics", diff --git a/src/collections/members/ aditya-Mohan/aditya-mohan.webp b/src/collections/members/aditya-Mohan/aditya-mohan.webp similarity index 100% rename from src/collections/members/ aditya-Mohan/aditya-mohan.webp rename to src/collections/members/aditya-Mohan/aditya-mohan.webp diff --git a/src/collections/members/ aditya-Mohan/index.mdx b/src/collections/members/aditya-Mohan/index.mdx similarity index 97% rename from src/collections/members/ aditya-Mohan/index.mdx rename to src/collections/members/aditya-Mohan/index.mdx index 9bb952555768..33de690f48c9 100644 --- a/src/collections/members/ aditya-Mohan/index.mdx +++ b/src/collections/members/aditya-Mohan/index.mdx @@ -10,7 +10,7 @@ location: Atlanta, Georgia, United States bio: Hi, Open-source enthusiast, full-stack developer, and M.S. Computer Science student at Georgia State University—blending creativity in code, music, and gaming with a passion for tech and gadgets, and always on the lookout for the next cool toy to tinker with. badges: - meshery -status: Active +status: Inactive published: true maintainer: no --- diff --git a/src/sections/Home/Playground-home/index.js b/src/sections/Home/Playground-home/index.js index 0ba21c56e679..c2aff158ba18 100644 --- a/src/sections/Home/Playground-home/index.js +++ b/src/sections/Home/Playground-home/index.js @@ -64,7 +64,10 @@ const ViewsSectionWrapper = styled.div` @media only screen and (max-width: 767px) { text-align: center; flex-direction: column-reverse; + height: 600px; + padding: 0 2%; } + } .hero-text { display: flex; @@ -76,7 +79,13 @@ const ViewsSectionWrapper = styled.div` max-width: 100%; justify-content: center; text-align: center; + margin-top: 4rem; + } + @media only screen and (min-width: 768px) and (max-width: 1100px) { + padding-left: 1rem; } + + } .hero-image {