Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@cdrage cdrage released this 04 Aug 19:43
· 352 commits to master since this release

The first release of Kedge!

If you haven't tried out Kedge yet, it's a concise way of creating application definitions for Kubernetes.

Here's a simple example of using Kedge:

$ vim httpd.yaml
name: httpd
containers:
- image: centos/httpd
services:
- name: httpd
  type: NodePort
  ports:
  - port: 8080
    targetPort: 80
$ kedge create -f httpd.yaml
deployment "httpd" created
service "httpd" created

Now go try out Kedge! Go through our quick-start at kedgeproject.org as well as our documentation.

Installation

Linux and macOS:

# Linux
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.1.0/kedge-linux-amd64 -o kedge

# macOS
curl -L https://github.com/kedgeproject/kedge/releases/download/v0.1.0/kedge-darwin-amd64 -o kedge

chmod +x kedge
sudo mv ./kedge /usr/local/bin/kedge

Windows:

Download from GitHub and add the binary to your PATH.

Checksums:

Filename SHA256 Hash
kedge-darwin-amd64 f4c518cef5585d2485b5ce7d99f13794ad5564028c7dbd40261b675c0759ef15
kedge-darwin-amd64.tar.gz 54433149f147a7097589daf9387406d996b2eb38c15dd04286bd4f26eabb4456
kedge-linux-amd64 37f4dc37e8ebde45eae5caea0001228ed6b6c538987c6970cc74e703373db462
kedge-linux-amd64.tar.gz ccf0e08705b8876a36979162c91b3718fec6b895067472245f449cd29f879fff
kedge-linux-arm 6297b89639e73ce868d96bda26a21544509504ada9a642c261223a485e7f6322
kedge-linux-arm.tar.gz 5c765cf2c68a82b739573225e407491d2a9e5b0402e69f5311913b46d3b1858a
kedge-windows-amd64.exe c972aceefdad497a86cec1501230932d82bc810cb7a7451afb757ca613a73a4b
kedge-windows-amd64.exe.tar.gz 3ce7f6f61bf7bbcb2577901ddfe55ff2bed8a08f97b8ca18e6d9178306ac041b