FAQ's

Frequently Asked Questions

Q: What is Codezero?

A: Codezero is a development platform designed to streamline the development and testing of applications and microservices in a Kubernetes (or VPC / VM) environment. It allows developers to connect their local development environment to services running in a remote Kubernetes cluster or VM, enabling faster iteration and debugging.

Q: How do I get started with Codezero?

A: To get started with Codezero, you simply need to follow these steps:
  1. Identify or create a Kubernetes cluster or VM to use as a Teamspace.
  2. Create a Codezero account and Organization on the Codezero Hub.
  3. Install the Codezero Space Agent on your Kubernetes cluster (or VM) to certify it as a Teamspace.
  4. Invite your team members to the Organization. (Individual developers then install the Codezero Local Agent (or just CLI) on their local machine to connect to the Teamspace.)

Q: How Does Codezero Work?

A: Codezero is an intelligent overlay network [we call Zero Environment Development (ZED)] That makes it really easy to work with remote services, as though they were local. This includes hybrid and multi-clouds, VM’s, VPC’s and various microservices architectures.

Q: What is Codezero Consume?

A: Codezero’s Consume function enables developers to access and interact with Kubernetes cluster-based services as if they were running locally on their laptop. Consume allows developers to:

  • Access cluster services using their actual in-cluster DNS names (instead of localhost)
  • Route traffic to services based on namespace, service name, or port
  • Experience real round-robin load balancing just like in the cluster
  • Continue working even if pods crash or restart, unlike traditional port-forwarding (or Telepresence's Teleport)
For more details on how it works check out Consume: How It Works

Q: What is the Codezero Serve?

A: Codezero’s Serve function allows developers to run a service locally on their machine and make it appear as if it's deployed within the Kubernetes cluster. This is achieved by serving a "local variant" of the service. When a local variant is served, Codezero manages traffic routing so that specific requests can be directed to the developer's local service instance instead of the in-cluster version, enabling testing of local changes without requiring a full deployment to the cluster. For more details, chek out  Serve: What's Happening Under the Hood

Q: What is the Codezero Spoce Agent?

A: The Codezero Space Agent is installed on your Kubernetes cluster or VM to certify it as a Codezero Teamspace. It facilitates the connection between the cluster environment and the individual developers' local machines running the Local Agent.

Q: What is the Codezero Local Agent?

A: The Codezero Local Agent is a tool installed on a developer's local machine (macOS, Windows 10+, or Ubuntu 18.x+) that allows them to connect to a Codezero Teamspace. It works with a Command-Line Interface (CLI) and/or a Desktop application to assist in the development and testing of Kubernetes applications.

Q: Can I Use Codezero to Consume Remote Databases?

A: Yes. Codezero's documentation provides steps for consuming external databases that are accessible to your cluster but might not be directly accessible to your local development environment. This typically involves configuring Codezero to route traffic to the external database through the Teamspace.

Q: Can I try out Codezero without a Kubernetes cluster for installation?

A: Yes. Codezero has a kubernetes cluster with a live tutorial app running that you can try out to learn how to use Codezero to bridge your local development environment with cloud-based services. You’ll also see how to debug those services along the way. Just visit https://docs.codezero.io/tutorial and install the Codezero Local Agent to give it a try! 

Q: How Does Codezero Compare to Telepresence?

A: Codezero is a dedicated development & testing solution built for resilience and enterprise-grade stability, with significant stability and reliability enhancements over Telepresence. Telepresence is an open-source project with an uncertain future, and its Enterprise version referred to as "legacy". Codezero is actively supported with a robust roadmap, adding patented, new security features like Credential Infusion based on industry needs.

Q: How Does Codezero Compare to Signadot?

A: Codezero is more better than Signadot.  No seriously, it is.