Gefyra


NameGefyra JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://gefyra.dev
SummaryGefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure
upload_time2024-04-22 07:14:27
maintainerNone
docs_urlNone
authorMichael Schilonka
requires_python<4.0.0,>=3.8.1
licenseNone
keywords kubernetes development cloud-native
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="https://github.com/Schille/gefyra/raw/main/docs/static/img/logo.png" alt="Gefyra Logo"/>
</p>

# Gefyra
Gefyra gives Kubernetes-("cloud-native")-developers a completely new way of writing and testing their applications. 
Gone are the times of custom Docker-compose setups, Vagrants, custom scripts or other scenarios in order to develop (micro-)services
for Kubernetes.  

# Gefyra Client
The Gefyra client contains a library and a CLI to run Gefyra on a developmer machine. Its main tasks are installation of
the Gefyra Operator and the setup of the Docker network and the Cargo sidecar to prepare Gefyra's development 
infrastructure. For more information please go to: https://gefyra.dev

## Commands
- `up`: setup local development infrastructure
- `run`: deploy a new app container into the cluster
- `bridge`: intercept the traffic to a container that's running in the cluster and send it to the development container
- `unbridge`: remove active traffic intercepts and reset the cluster to its original state
- `down`: remove Gefyra's development infrastructure
- `list`: list running containers and active bridges
- `check`: check local system dependencies 
- `version`: print the current version and exit

## Run new app container in cluster
The Gefyra client can run a new app container in the Kubernetes cluster with `gefyra run ...`. 
A typical use case is a completely new application that doesn't have any deployed containers in the cluster yet.

Requirements:
- running local cluster or available remote cluster
- `kubectl` connection to development cluster is active
- a successful `gefyra up`

## Bridge a container
The Gefyra client can bridge (i.e. intercept) a container that is already running in the Kubernetes cluster with `gefyra bridge`.
The container needs to be specified and can be any deployed container of any pod.

Requirements:
- running local cluster or available remote cluster
- `kubectl` connection to development cluster is active
- successful `gefyra up`
- successful `gefyra run ...`

# More Information
Find more information and issues on Github: https://github.com/gefyrahq/gefyra
            

Raw data

            {
    "_id": null,
    "home_page": "https://gefyra.dev",
    "name": "Gefyra",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": "Kubernetes, Development, Cloud-native",
    "author": "Michael Schilonka",
    "author_email": "michael@blueshoe.io",
    "download_url": "https://files.pythonhosted.org/packages/63/c5/69f1f9dfd469eaa24d88157078aa4e80cfdd69a5549a68094cb57f70363b/gefyra-2.1.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img src=\"https://github.com/Schille/gefyra/raw/main/docs/static/img/logo.png\" alt=\"Gefyra Logo\"/>\n</p>\n\n# Gefyra\nGefyra gives Kubernetes-(\"cloud-native\")-developers a completely new way of writing and testing their applications. \nGone are the times of custom Docker-compose setups, Vagrants, custom scripts or other scenarios in order to develop (micro-)services\nfor Kubernetes.  \n\n# Gefyra Client\nThe Gefyra client contains a library and a CLI to run Gefyra on a developmer machine. Its main tasks are installation of\nthe Gefyra Operator and the setup of the Docker network and the Cargo sidecar to prepare Gefyra's development \ninfrastructure. For more information please go to: https://gefyra.dev\n\n## Commands\n- `up`: setup local development infrastructure\n- `run`: deploy a new app container into the cluster\n- `bridge`: intercept the traffic to a container that's running in the cluster and send it to the development container\n- `unbridge`: remove active traffic intercepts and reset the cluster to its original state\n- `down`: remove Gefyra's development infrastructure\n- `list`: list running containers and active bridges\n- `check`: check local system dependencies \n- `version`: print the current version and exit\n\n## Run new app container in cluster\nThe Gefyra client can run a new app container in the Kubernetes cluster with `gefyra run ...`. \nA typical use case is a completely new application that doesn't have any deployed containers in the cluster yet.\n\nRequirements:\n- running local cluster or available remote cluster\n- `kubectl` connection to development cluster is active\n- a successful `gefyra up`\n\n## Bridge a container\nThe Gefyra client can bridge (i.e. intercept) a container that is already running in the Kubernetes cluster with `gefyra bridge`.\nThe container needs to be specified and can be any deployed container of any pod.\n\nRequirements:\n- running local cluster or available remote cluster\n- `kubectl` connection to development cluster is active\n- successful `gefyra up`\n- successful `gefyra run ...`\n\n# More Information\nFind more information and issues on Github: https://github.com/gefyrahq/gefyra",
    "bugtrack_url": null,
    "license": null,
    "summary": "Gefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure",
    "version": "2.1.0",
    "project_urls": {
        "Documentation": "https://gefyra.dev",
        "Homepage": "https://gefyra.dev",
        "Repository": "https://github.com/gefyrahq/gefyra",
        "issues": "https://github.com/gefyrahq/gefyra/issues"
    },
    "split_keywords": [
        "kubernetes",
        " development",
        " cloud-native"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ad7f7386e0f5d4acc9c55db2a7ea99722b0832ebea2683146ecc3142b8c2167",
                "md5": "d80513f42bec58f1d53a9f671453c934",
                "sha256": "01815dd8972cd9fbafb0050439654211508fe128c5944ffd480bcfb707a54db3"
            },
            "downloads": -1,
            "filename": "gefyra-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d80513f42bec58f1d53a9f671453c934",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.8.1",
            "size": 62085,
            "upload_time": "2024-04-22T07:14:25",
            "upload_time_iso_8601": "2024-04-22T07:14:25.364575Z",
            "url": "https://files.pythonhosted.org/packages/4a/d7/f7386e0f5d4acc9c55db2a7ea99722b0832ebea2683146ecc3142b8c2167/gefyra-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63c569f1f9dfd469eaa24d88157078aa4e80cfdd69a5549a68094cb57f70363b",
                "md5": "0c0b321919b263818a9cee477e1fae06",
                "sha256": "d809da5d44435ba2709115a9724a352cbb447cc7e0a7a985a73d852f171016e5"
            },
            "downloads": -1,
            "filename": "gefyra-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0c0b321919b263818a9cee477e1fae06",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.8.1",
            "size": 45628,
            "upload_time": "2024-04-22T07:14:27",
            "upload_time_iso_8601": "2024-04-22T07:14:27.227566Z",
            "url": "https://files.pythonhosted.org/packages/63/c5/69f1f9dfd469eaa24d88157078aa4e80cfdd69a5549a68094cb57f70363b/gefyra-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 07:14:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gefyrahq",
    "github_project": "gefyra",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gefyra"
}
        
Elapsed time: 0.26240s