LFX Mentorship 2026 Spring Projects

Migration of docs.meshery.io from Jekyll to Hugo

Description:

The Meshery documentation [docs.meshery.io](https://docs.meshery.io) is a critical resource for users and contributors. Currently built using Jekyll, the site faces limitations in build speed, scalability, and long-term maintainability. Hugo, a modern static site generator, offers significantly faster build times, better content organization, and an improved developer experience. This internship focuses on migrating the entire [docs.meshery.io](https://docs.meshery.io) site from Jekyll to the Hugo framework) as a reference architecture. The migration will involve porting all documentation content, assets, layouts, and configuration while preserving URLs, SEO, contributor workflows, and existing auto-generated documentation files.

Recommended Skills:

Static site generators (Jekyll and Hugo), Markdown, HTML/CSS, Git/GitHub workflows, documentation engineering, basic Go templating (Hugo), CI/CD familiarity.

Expected Outcome:

  • Revamp of documentation set information architecture. Alignment with Diataxis framework.
  • Updated contributor docs.
  • All self-documenting aspects accounted for: - Compatibility tests of Meshery Adapters. - End-to-end tests of Meshery UI. - Integration of Meshery Catalog and all designs. - Publication of community discussion forum activity per category. - Integration of Meshery Models (Integrations)

Mentors:

Issue:

https://github.com/meshery/meshery/issues/17095

Relationships for AWS services

Description:

Meshery Models are declarative representations of infrastructure and applications. Within these models, Relationships define how different Components (e.g., Kubernetes resources, Cloud services) interact and depend on each other. These relationships are crucial for visualizing, understanding, and managing complex cloud native systems. This internship focuses on significantly expanding the breadth and depth of Meshery Relationships across a wide array of technologies supported by Meshery. As Meshery continues to integrate with more cloud-native technologies (Kubernetes, public clouds, and all CNCF projects), there's a growing need to accurately model the intricate relationships between their components - vital for providing users with comprehensive insights and control over their deployments.

Recommended Skills:

DevOps, systems administration, solutions architecture. Experience with Kubernetes, AWS and its services.

Responsibilities:

  • Research and Analyze Technologies: Dive deep into various cloud-native technologies (e.g., different compute services, databases, messaging systems, network services, etc.) to understand their components and how they interconnect.
  • Develop Relationship Definitions: Create and contribute relationship definitions, typically in JSON or YAML format, to the Meshery models.
  • Model Inter-Technology Interactions: Focus particularly on defining relationships between components from different technologies (e.g., how a Kubernetes deployment relates to an AWS RDS instance, or how a Linkerd service interacts with a Prometheus monitoring component).
  • Document New Relationships: Clearly document the newly defined relationships, their purpose, and how they are represented within Meshery designs, contributing to the official Meshery documentation.

Expected Outcome:

  • A multitude of new relationships defined both intra and inter AWS services.
  • Policy Contribution: For advanced interns, there may be opportunities to contribute to the Rego policies that evaluate and enforce these relationships.

Mentors:

Issue:

https://github.com/meshery/meshery/issues/17096

Adapter for AI and LLMs

Description:

Meshery is the open-source cloud native manager that empowers platform engineers to design and operate infrastructure. As infrastructure complexity grows, the need for intelligent assistance becomes critical. This project focuses on developing and enhancing a dedicated AI Adapter and AI Connections for Meshery. This adapter serves as the bridge between Meshery's core orchestration engine and various Large Language Models (LLMs). The goal is to enable "Natural Language to Infrastructure" capabilities, allowing users to describe their architectural intent (e.g., "Deploy a highly available Kubernetes cluster on AWS with Prometheus monitoring") and have Meshery auto-generate the visual topology and configuration manifests. The intern will work on decoupling the AI logic from the core platform, allowing users to "Bring Your Own Model" (BYOM)—supporting both cloud-based providers (OpenAI, Anthropic) and local inference runners (Ollama, LocalAI).

Recommended Skills:

  • Proficiency in Golang (Go) is essential, as Meshery's backend is written in Go.
  • Familiarity with MCP Servers, REST APIs, LLM APIs (OpenAI, Vertex AI), local inference servers (Ollama).
  • Basic understanding of Kubernetes, Docker, and Infrastructure-as-Code (IaC) concepts.
  • Experience with REST, GraphQL, and gRPC.
  • Nice to have: Experience with React (for frontend integration in Meshery UI).

Responsibilities:

  • Co-design and implement the interface for the AI Adapter in Go to communicate with the Meshery Server.
  • Implement support for connecting to local LLMs (via Ollama) to ensure data privacy for users who cannot send infrastructure data to the public cloud.
  • Improve the "System Prompt" and context-window management to feed the LLM relevant data regarding Meshery Models (schema definitions) so the AI generates valid infrastructure configurations.
  • Write unit and integration tests to ensure the reliability of the adapter.
  • Create user guides on how to configure the adapter with different AI providers.

Expected Outcome:

  • A fully functional AI Adapter (or Connection) integrated into the Meshery ecosystem.
  • Demonstrable capability for users to swap between at least two different LLM providers (e.g., OpenAI vs. a local Llama 3 model).
  • Implementation of a feature where natural language queries result in a rendered design.
  • Merged pull requests (PRs) including code, tests, and documentation.

Mentors:

Issue:

https://github.com/meshery/meshery/issues/17097

Graph Database Integration

Description:

Meshery's *MeshSync* component acts as the real-time discovery engine, maintaining an up-to-date snapshot of all managed infrastructure. Currently, mapping the complex relationships between these resources (e.g., a Service selecting Pods which are mounted to PVCs) relies on relational or in-memory lookups that can become inefficient at scale. This project involves integrating a dedicated graph database (or an embedded graph processing library) into Meshery's architecture. The goal is to ingest discovered Kubernetes resources as "nodes" and their associations (OwnerReferences, Label Selectors, Annotations) as "edges." This shift will enable highly efficient traversal and querying of infrastructure data, powering more advanced capabilities like topology visualization, impact analysis, and dependency mapping.

Recommended Skills:

  • Strong proficiency in Golang as both MeshSync and Meshery's Kubernetes operator are written in Go.
  • Understanding of openCypher, graph theory and Graph Databases (e.g., NebulaGraph, or embedded Go graph libraries like `gonum` or `cayley`).
  • Strong familiarity with Kubernetes Controllers, Informers, and the Object Model (GVK/GVR).
  • Experience and competency with GraphQL

Responsibilities:

  • Refactor the MeshSync ingestion layer to map incoming Kubernetes objects to graph nodes and generate edges based on semantic relationships (e.g., `Service` -> `Pod`).
  • Integrate Meshery Relationships as first-class citizens in the graph schema to represent higher-level associations.
  • Implement the storage interface in the Meshery Operator to persist these graph structures efficiently.
  • Develop new GraphQL resolvers in the Meshery Server that utilize graph traversal queries to fetch topology data.

Expected Outcome:

  • Fully-functional datastores of discovered cluster data into a graph structure.
  • Benchmarks demonstrating improved performance for complex relationship queries compared to the existing relational implementation.
  • Successful rendering of the infrastructure topology in Meshery UI using data fetched from the new graph backend.
  • Comprehensive documentation covering the new graph schema and query patterns.

Mentors:

Issue:

https://github.com/meshery/meshery/issues/17098

Workflow Engine in Meshery

Description:

Integrate a new architectural component into Meshery: a workflow engine, using Temporal. This project involves shifting Meshery off of sqlite over to postgres using gorm (golang). Interns will familiarize with concepts of orchestration engines, including chaining workflows, and content lifecycle management.

Recommended Skills:

Golang, Temporal, ReactJS

Mentors:

Issue:

https://github.com/meshery/meshery/issues/17099

LFX Mentorship 2026 Summer Projects

Relationships and Solutions Architecture of Cloud Native Deployments

Description:

Meshery Models are declarative representations of infrastructure and applications. Within these models, Relationships define how different Components (e.g., Kubernetes resources, Cloud services) interact and depend on each other. These relationships are crucial for visualizing, understanding, and managing complex cloud native systems. This project focuses on expanding Meshery Relationships across a wide range of technologies, including Kubernetes and major cloud providers, to better model their interactions and improve user insights. There is a growing need to accurately model these relationships to provide better insights and control over deployments. The next phase focuses on Cloud Solution Architecture through workload design by creating and publishing Meshery designs that use the newly developed relationships to represent real-world deployments. These designs will be turned into structured tutorials with hands-on labs using Meshery Playground, offering step-by-step guidance and interactive learning. All content will be reviewed by maintainers and published in Meshery’s official documentation.

Recommended Skills:

DevOps, systems administration, and solutions architecture. Experience with Kubernetes and cloud platforms (AWS, Azure, GCP). Proficiency in Markdown and technical writing. Familiarity with cloud-native tools.

Responsibilities:

  • Research and Analyze Technologies: Dive deep into various cloud-native technologies (e.g., different compute services, databases, messaging systems, network services, etc.) to understand their components and how they interconnect.
  • Develop Relationship Definitions: Create and contribute relationship definitions, typically in JSON or YAML format, to the Meshery models.
  • Model Inter-Technology Interactions: Focus particularly on defining relationships between components from different technologies (e.g., how a Kubernetes deployment relates to an AWS RDS instance, or how a Linkerd service interacts with a Prometheus monitoring component).
  • Document New Relationships: Clearly document the newly defined relationships, their purpose, and how they are represented within Meshery designs, contributing to the official Meshery documentation.
  • Create and publish designs that use newly developed relationships.
  • Create and publish hands-on tutorials using Meshery Playground, featuring step-by-step guides and interactive labs that enable learners to apply concepts without the hassle of any configuration.

Expected Outcome:

  • A multitude of new intra- and inter-service relationships defined across AWS, Azure, and GCP.
  • Creation and publishing of real-world workload designs that represent cloud solution architectures using the newly defined relationships.
  • Tutorials reviewed by various project maintainers and then published in guides/tutorials.
  • Policy Contribution: For advanced interns, there may be opportunities to contribute to the Rego policies that evaluate and enforce these relationships.

Mentors:

Issues:

Adapter for AI and LLMs

Description:

Meshery is the open-source cloud native manager that empowers platform engineers to design and operate infrastructure. As infrastructure complexity grows, the need for intelligent assistance becomes critical. This project focuses on developing and enhancing a dedicated AI Adapter and AI Connections for Meshery. This adapter serves as the bridge between Meshery’s core orchestration engine and various Large Language Models (LLMs). The goal is to enable "Natural Language to Infrastructure" capabilities, allowing users to describe their architectural intent (e.g., "Deploy a highly available Kubernetes cluster on AWS with Prometheus monitoring") and have Meshery auto-generate the visual topology and configuration manifests. The intern will work on decoupling the AI logic from the core platform, allowing users to "Bring Your Own Model" (BYOM)—supporting both cloud-based providers (OpenAI, Anthropic) and local inference runners (Ollama, LocalAI).

Recommended Skills:

  • Proficiency in Golang (Go) is essential, as Meshery’s backend is written in Go.
  • Familiarity with MCP Servers, REST APIs, LLM APIs (OpenAI, Vertex AI), local inference servers (Ollama).
  • Basic understanding of Kubernetes, Docker, and Infrastructure-as-Code (IaC) concepts.
  • Experience with REST, GraphQL, and gRPC.
  • Nice to have: Experience with React (for frontend integration in Meshery UI).

Responsibilities:

  • Co-design and implement the interface for the AI Adapter in Go to communicate with the Meshery Server.
  • Implement support for connecting to local LLMs (via Ollama) to ensure data privacy for users who cannot send infrastructure data to the public cloud.
  • Improve the "System Prompt" and context-window management to feed the LLM relevant data regarding Meshery Models (schema definitions) so the AI generates valid infrastructure configurations.
  • Write unit and integration tests to ensure the reliability of the adapter.
  • Create user guides on how to configure the adapter with different AI providers.

Expected Outcome:

  • A fully functional AI Adapter (or Connection) integrated into the Meshery ecosystem.
  • Demonstrable capability for users to swap between at least two different LLM providers (e.g., OpenAI vs. a local Llama 3 model).
  • Implementation of a feature where natural language queries result in a rendered design.
  • Merged pull requests (PRs) including code, tests, and documentation.

Mentors:

Issue:

https://github.com/meshery/meshery/issues/19092

Agentic CI Pipelines: GitHub Action Workflow Overhaul

Description:

Meshery's CI/CD infrastructure spans a large and growing collection of GitHub Action workflows that have accumulated technical debt - inactive workflows, insecure patterns, and duplicated logic. This internship has two phases: first, a comprehensive audit and restructuring of existing workflows; second, the introduction of GitHub Agentic Workflows to bring Continuous AI capabilities to Meshery's repository automation. Agentic Workflows allow automation to be defined in plain markdown and compiled into guardrailed GitHub Actions that run AI agents (Copilot, Claude, Codex) on schedule or in response to events - enabling automated CI failure triage, PR analysis, issue management, documentation maintenance, and compliance scanning with minimal human intervention.

Recommended Skills:

GitHub Actions workflow authoring, CI/CD concepts, YAML, supply chain security basics (secret hygiene, fork-safe triggers, pinned actions). Interest in AI-assisted automation is a plus.

Responsibilities:

  • Audit all workflows in `meshery/meshery`, cataloging each by type, activity status, and identified issues (duplication, insecurity, staleness).
  • Produce a structured report with prioritized remediation recommendations, then implement accepted changes - consolidating redundant workflows and hardening insecure patterns.
  • Author workflow taxonomy definitions (security classification levels, workflow types) for the Meshery Build and Release docs.
  • Design and contribute agentic workflow definitions using the `gh aw` framework - covering CI failure diagnosis, PR feedback summarization, issue triage, and documentation consistency.

Expected Outcome:

  • Measurably reduced and consolidated workflow set with no inactive or redundant workflows remaining.
  • Published audit report and workflow taxonomy added to docs.meshery.io.
  • A suite of agentic workflow definitions (`.md` + compiled `.lock.yml`) committed to the repository, demonstrating Continuous AI applied to Meshery's software delivery lifecycle.

Mentors:

Issue:

https://github.com/meshery/meshery/issues/18795

Meshery Models Support for OCI Registries

Description:

Meshery Models are declarative representations of infrastructure, applications, and their relationships - the canonical artifacts through which Meshery understands and manages cloud native systems. Today, Meshery lacks a standardized, portable distribution mechanism for these models. OCI registries (Docker Hub, AWS ECR, GitHub GHCR, and others) have emerged as the universal artifact store for the cloud native ecosystem, and ORAS (OCI Registry As Storage) provides the Go-native tooling to push and pull arbitrary artifacts to any OCI-compliant registry. This internship implements end-to-end OCI registry support for Meshery Models - from new Connection and Credential types for major registries, to ORAS-powered push/pull logic in the Meshery server, to a redesigned Registry page in the Meshery UI that gives users full visibility and control over their model artifacts across registries.

Recommended Skills:

Golang, REST API development, React. Familiarity with OCI image specifications, container registries, or ORAS is a plus.

Responsibilities:

  • Design and implement Connection and Credential types for Docker Hub, AWS ECR, GitHub GHCR, and additional OCI-compliant registries within Meshery's existing connection framework.
  • Implement Golang server-side logic using the ORAS SDK to push and pull Meshery Models (and their component schemas, relationships, and policies) to and from any OCI-compliant registry.
  • Define the OCI artifact media types, manifest structure, and layer conventions used to package Meshery Models for registry storage.
  • Enhance or rewrite the Registry page in Meshery UI to surface connected registries, browsable model artifacts, push/pull controls, and credential management.
  • Write integration tests covering push, pull, and round-trip fidelity of Meshery Models across at least two registry backends.
  • Document the new registry integration, artifact format, and UI workflows in Meshery's official documentation.

Expected Outcome:

  • Meshery users can connect to Docker Hub, AWS ECR, GHCR, and other OCI registries using managed credentials and push or pull Meshery Models directly from the Meshery UI and `mesheryctl`.
  • A well-defined OCI artifact convention for Meshery Models, documented and suitable for adoption by the broader Meshery ecosystem.
  • A redesigned Registry UI page providing a unified, registry-agnostic interface for model artifact management.

Mentors:

Issue:

https://github.com/meshery/meshery/issues/19093

LFX Mentorship 2026 Fall Projects

Grounding AI in the Meshery Registry

Description:

The Meshery Registry holds thousands of components across hundreds of Models spanning Kubernetes, the CNCF landscape, and the major clouds, together with the Relationship definitions that describe how those components legitimately connect. That registry is precisely the knowledge a language model needs in order to generate a design Meshery will accept, and it is orders of magnitude too large to fit in a context window. Today there is no defined mechanism for selecting registry context for AI prompts, and even ordinary component search lacks a model filter. Generation therefore falls back on whatever the model happens to remember about Kubernetes (or any of the public Clouds that Meshery supports), which is how agents invent components that do not exist and propose relationships the policy engine will reject. This project builds the retrieval layer that grounds every other AI capability in Meshery. The mentee implements an embedding index over Models, components, and Relationships with a pluggable backend so that operators can choose a hosted embedding service or a fully local one, incremental re-indexing as models are registered or updated, and a ranked context assembly API that accepts an intent and returns a compact, token-budgeted slice of the registry for the AI Adapter and the Meshery MCP Server to consume. The same index pays off directly for humans: semantic search across the registry pages in Meshery UI, and search improvements in mesheryctl including the missing model filter for component search. Effectiveness is measured, not asserted, using the design validation and evaluation work running in parallel this term.

Recommended Skills:

Golang, React, vector search, REST, SQL

Expected Outcome:

  • An embedding index over Meshery Models, components, and Relationships, incrementally rebuilt on registry changes, with a pluggable hosted or local embedding backend.
  • A context selection API that returns a ranked, token-budgeted registry slice for a given intent, consumed by both the AI Adapter and the Meshery MCP Server.
  • Semantic search in the Meshery UI registry experience and in mesheryctl, including the currently missing --model filter on component search.
  • Measured improvement in component resolution rate and generated design validity against a retrieval-free baseline, reported through the term's evaluation harness.
  • Documentation of the retrieval architecture, index schema, backend configuration, and tuning guidance.

Mentors:

Issue:

https://github.com/meshery/meshery/issues/20995

AXI - Making mesheryctl Agent-Native

Description:

mesheryctl was designed for humans: bordered tables, ANSI color, interactive confirmation prompts, in-place line clearing. Increasingly it is driven by agents, and for an agent every one of those affordances is a defect. Tables cost tokens, escape codes pollute parsing, and an interactive prompt in a non-TTY context hangs a workflow with no diagnostic. The distinction that resolves this is between two different things mesheryctl formats: retrieved content, where a Design or an evaluation result is a schema-defined document whose real serializations are JSON and YAML, and command output, which is mesheryctl reporting its own rows, counts, statuses, and errors. The table is a presentation choice, not the identity of the data, and command output is the surface an agent actually pays tokens to read. This project makes mesheryctl compliant with the Agent Experience Interface conventions the surrounding ecosystem is converging on. The mentee introduces a shared render-mode layer so command output can be emitted for humans or for agents, adds TOON as a first-class global output format wherever JSON and YAML are already honored, makes the CLI automatically non-interactive and free of ANSI when stdout is not a TTY, and defines a tested exit code taxonomy and structured error format across the command surface, including the AI provider check and design generation workflows. The result is a CLI that an agent, an MCP server, or a CI job can drive deterministically, and that stays pleasant for the humans who use it every day.

Recommended Skills:

Golang, Cobra, JSON/YAML/TOON, GitHub Actions.

Expected Outcome:

  • A shared render-mode layer applied across mesheryctl so command output can be emitted as human tables or agent-oriented structured output, driven centrally rather than command by command.
  • Global -o toon support wherever -o json and -o yaml are honored, serializing the same data model with equivalent content across formats.
  • Automatic non-interactive behavior when stdout is not a TTY: no prompts, no ANSI, no line clearing, and deterministic, diffable output.
  • A documented and tested exit code taxonomy plus structured error output spanning the command surface, including AI provider readiness checks and design generation.
  • Golden tests covering render modes across commands, an agent usage section in the mesheryctl documentation, and a machine-readable command manifest consumable by the Meshery MCP Server.

Mentors:

Issue:

https://github.com/meshery/meshery/issues/20979

BYOM: Adapter for AI and LLMs

Description:

Meshery's AI Adapter track aims at natural language to infrastructure: a user describes architectural intent and Meshery renders a valid Design in Kubernetes clusters and Meshery extensions like Kanvas. Early implementations configured providers through startup environment variables such as MESHERY_AI_OPENAI_API_KEY, which does not survive contact with real deployments. That approach is per-server rather than per-user, it cannot express more than one provider, and it puts secrets somewhere Meshery already has a better home for them. Meshery has first-class Connections and Credentials with schema-driven registration, and server-side CRUD for model-provider connections has already landed. What is missing is the complete path from a user supplying their own key to a generated, validated Design on the canvas. This project makes AI providers bring-your-own and user-owned. The mentee implements provider Connections and Credentials spanning cloud and local inference (OpenAI Codex, Anthropic Claude, GitHub Copilot, Azure OpenAI, AWS Bedrock, Vertex AI, Ollama, LocalAI), a Create New Connection experience in Meshery UI, provider health and readiness checks, and the generation path itself: prompt, to compact model and schema context, to provider call, to candidate Design, to validation, to a deployable workload in a Kubernetes cluster, and a reviewable result in Kanvas. Secrets live only in Credentials. They are never returned to clients, never written into prompt context or generated designs, and never appear in logs or events. Generation produces a candidate for human review and never deploys automatically, which keeps Meshery UI as the review surface and keeps the feature safe to enable by default.

Recommended Skills:

Golang, JavaScript, React, REST, frontier model provider APIs, LLM provider APIs.

Expected Outcome:

  • Connection and Credential support for at least four provider kinds spanning hosted and local inference, registered through Meshery Models and manageable from both Meshery UI and mesheryctl.
  • A Create New Connection wizard plus provider health and readiness checks surfaced in UI and CLI, with defined status, error, and event semantics and operationId correlation.
  • End-to-end natural language to Design generation using user-supplied credentials, returning a reviewable candidate Design or structured validation errors rather than an automatic deployment.
  • A demonstrated provider swap between a hosted frontier model and a local model with no code changes, plus secret redaction across logs, events, and API responses verified by tests.
  • Documentation covering provider setup, the credential contract, data handling and privacy posture, and an AI production checklist added to the system check guide.

Mentors:

Issue:

https://github.com/meshery/meshery/issues/20994

MCP Server

Open on LFX Mentorship

Description:

Meshery manages cloud and cloud native infrastructure through Designs, Models, Connections, and a live topology continuously discovered by MeshSync. All of it is reachable over Meshery's REST and GraphQL APIs. None of it is reachable by an AI assistant. An engineer working with Claude, Copilot, or Cursor today copies YAML back and forth by hand, because the agent has no way to list designs, inspect a cluster, resolve a component schema, or deploy a pattern. The meshery-mcp-server repository was created to close that gap and is currently scaffolding only: a Makefile, lint configuration, and governance files, with no Go module, no protocol implementation, and no tools. This project builds the server end to end. The mentee implements the Model Context Protocol foundation over both stdio and streamable HTTP transports, a Go client wrapping Meshery's REST and GraphQL APIs, and the tool, resource, and prompt surfaces that let an agent do real work: design lifecycle operations, Kubernetes cluster connection management, registry and model queries, environment and workspace management, and Nighthawk-backed performance testing. Read-only resources built on MeshSync-discovered topology ground the agent in what is actually running rather than only in what the schema permits, under hard constraints of no mutations and no secret exposure. Configuration supports multiple named Meshery instances with context switching, and the work ships as a real release: unit, integration, and end-to-end tests, CI, multi-platform binaries and a container image, and a quick start that takes a new user from zero to a working integration in under ten minutes.

Recommended Skills:

Golang, Model Context Protocol, REST, GitHub Actions.

Expected Outcome:

  • A released meshery-mcp-server binary and container image supporting stdio and streamable HTTP transports, verified against at least two MCP clients.
  • Tool coverage across designs, clusters, registry and models, environments and workspaces, and performance tests, each with validated input schemas and structured error handling.
  • Read-only MCP resources exposing MeshSync topology and Meshery Relationships, with enforced guarantees of no mutations and no secret exposure.
  • MCP prompt templates for guided workflows: deploy an application, investigate cluster health, review a design against best practices, and configure a performance test.
  • CI/CD with multi-platform release automation, at least 80% unit coverage on internal packages, and a published user guide, configuration reference, and AI client integration examples.

Mentors:

Issue:

https://github.com/meshery/meshery/issues/19446

LFX Mentorship 2026 Program Timeline

Full-Time Terms:

Spring Term: March 2nd - May 29th

  • Mentorships available on LFX Mentorship: Jan 26th, 2026
  • Applications open: Jan 26th - Feb 10th, 2026 (2 weeks)
  • Application review/admission decisions/HR paperwork: Feb 11th - Feb 24th, 2026

Summer Term: June 8th - August 31st

  • Mentorships available on LFX Mentorship: May 5th, 2026
  • Applications open: May 5th - May 19th, 2026 (2 weeks)
  • Application review/admission decisions/HR paperwork: May 20th - June 2nd, 2026

Fall Term: September 7th - November 27th

  • Mentorships available on LFX Mentorship: August 3rd, 2026
  • Applications open: August 3rd - August 18th, 2026 (2 weeks)
  • Application review/admission decisions/HR paperwork: August 19th - September 1st, 2026

About the Community

The Meshery community embraces developer-defined infrastructure. We empower developers to change how they write applications, support operators in rethinking how they run modern infrastructure, and enable product owners to regain full-control over their product portfolio. Our cloud native application and infrastructure management software enables organizations to expect more from their infrastructure. Our inclusive and diverse community stewards projects to provide learning environments, create and implement cloud native industry standards, deployment and operational best practices, benchmarks and abstractions, and more. Our pay-it-forward mentality with every contributor (mentee or not) is a shared commitment by all maintainers (and MeshMates - contributor onboarding buddies) to the open source spirit that pushes the project forward. New members are always welcome.

On this page

Mailing Lists and Discussion Forum

Engage in the Meshery project. Join any of our mailing lists. Get your questions answered in the discussion forum.

Meshery Developers

Engage with contributors. Contribute to Meshery.

Meshery Users

Learn about Meshery. Troubleshoot issues. Share cloud native experiences.

Meshery Maintainers

Contact Meshery Maintainers via email.

Meshery Vulnerabilities

Report a vulnerability or inquire about a security-related concern.

Discussion Forum

Engage

Get your questions answered in the Meshery discussion forum.