Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Go to file
Andrew Seigner 89deacd8d6
Decrease proxy and web Docker image sizes (#3384)
The `proxy` and `web` Docker images were 161MB and 186MB, respectively.
Most of the space was tools installed into the `linkerd.io/base` image.

Decrease `proxy` and `web` Docker images to 73MB and 90MB, respectively.
Switch these images to be based off of `debian:stretch-20190812-slim`.
Also set `-ldflags "-s -w"` for `proxy-identity` and `web`. Modify
`linkerd.io/base` to also be based off of
`debian:stretch-20190812-slim`, update tag to `2019-09-04.01`.

Fixes #3383

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2019-09-05 11:28:33 -07:00
.github GitHub Actions, kind, integration test logs fixes (#3372) 2019-09-04 12:44:27 -07:00
bin Decrease proxy and web Docker image sizes (#3384) 2019-09-05 11:28:33 -07:00
charts Allow heartbeat to be disabled (#3366) 2019-09-05 11:12:07 -07:00
cli Add '--address' flag to 'linkerd dashboard'. (#3274) 2019-09-05 10:56:10 -07:00
cni-plugin Decrease proxy and web Docker image sizes (#3384) 2019-09-05 11:28:33 -07:00
controller Add '--address' flag to 'linkerd dashboard'. (#3274) 2019-09-05 10:56:10 -07:00
grafana Added a "Linkerd Namespace" Grafana dashboard (#3301) 2019-08-21 17:30:38 -07:00
pkg Allow heartbeat to be disabled (#3366) 2019-09-05 11:12:07 -07:00
proto Remove tap from public API and associated test infrastructure (#3240) 2019-08-14 17:27:37 -04:00
proxy-identity proxy-identity: Set a CommonName on CSRs (#2626) 2019-04-03 13:54:50 -07:00
test Add '--address' flag to 'linkerd dashboard'. (#3274) 2019-09-05 10:56:10 -07:00
testutil Add '--address' flag to 'linkerd dashboard'. (#3274) 2019-09-05 10:56:10 -07:00
web Decrease proxy and web Docker image sizes (#3384) 2019-09-05 11:28:33 -07:00
.dockerignore Introduce Go modules support (#2481) 2019-07-25 14:41:38 -07:00
.editorconfig Add protobuf files to .editorconfig (#1042) 2018-05-30 15:09:38 -07:00
.gcp.json.enc Add docker builds and integration tests to CI (#1303) 2018-07-11 14:01:42 -07:00
.gitattributes remove the duplicate word (#3385) 2019-09-04 20:13:55 -07:00
.gitignore Introduce bin/kind, move executables to target/bin (#3289) 2019-08-21 19:49:21 -07:00
.golangci.yml Bump golangci-lint to 1.17.1 (#3150) 2019-07-29 10:49:03 -07:00
.proxy-version proxy: Update proxy to 9a84914 (#3347) 2019-08-29 12:00:20 -07:00
.travis.rsa.enc Introduce integration tests into all ci runs (#3293) 2019-08-26 11:41:17 -07:00
.travis.yml GitHub Actions, kind, integration test logs fixes (#3372) 2019-09-04 12:44:27 -07:00
ADOPTERS.md Update ADOPTERS.md (#3181) 2019-08-01 07:48:59 -07:00
BUILD.md Document Helm dev workflow (#3269) 2019-08-15 17:57:09 -05:00
CHANGES.md update helm chart for 19.8.7 (#3350) 2019-08-29 15:34:13 -07:00
CODE_OF_CONDUCT.md Move Code of Conduct from wiki to repo (#3320) 2019-08-26 14:15:58 -07:00
CONTRIBUTING.md clarify DCO in CONTRIBUTING.md (#3232) 2019-08-12 09:51:00 -07:00
DCO Add contributing doc and DCO file (#88) 2017-12-22 14:54:27 -08:00
Dockerfile-base Decrease proxy and web Docker image sizes (#3384) 2019-09-05 11:28:33 -07:00
Dockerfile-debug Decrease proxy and web Docker image sizes (#3384) 2019-09-05 11:28:33 -07:00
Dockerfile-go-deps Require go 1.12.9 for controller builds (#3297) 2019-08-21 10:03:29 -07:00
Dockerfile-proxy Decrease proxy and web Docker image sizes (#3384) 2019-09-05 11:28:33 -07:00
GOVERNANCE.md fix-up spelling mistake (#3328) 2019-08-27 10:24:53 -07:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
MAINTAINERS.md remove Brian from maintainers (#2244) 2019-02-13 11:48:26 -08:00
README.md GitHub Actions, kind, integration test logs fixes (#3372) 2019-09-04 12:44:27 -07:00
SECURITY_AUDIT.pdf Add security audit (#3008) 2019-06-28 16:04:41 -07:00
TEST.md Introduce Go modules support (#2481) 2019-07-25 14:41:38 -07:00
go.mod Remove broken thrift dependency (#3370) 2019-09-03 16:22:43 -07:00
go.sum Remove broken thrift dependency (#3370) 2019-09-03 16:22:43 -07:00

README.md

Linkerd

Build Status GitHub Actions Status GitHub license Go Report Card Slack Status

🎈 Welcome to Linkerd! 👋

Linkerd is a service mesh, designed to give platform-wide observability, reliability, and security without requiring configuration or code changes.

Linkerd is a Cloud Native Computing Foundation (CNCF) project.

Repo layout

This is the primary repo for the Linkerd 2.x line of development.

The complete list of Linkerd repos is:

Quickstart and documentation

You can run Linkerd on any Kubernetes 1.12+ cluster in a matter of seconds. See the Linkerd Getting Started Guide for how.

For more comprehensive documentation, start with the Linkerd docs. (The doc source code is available in the website repo.)

Working in this repo

BUILD.md includes general information on how to work in this repo.

We ❤️ pull requests! See CONTRIBUTING.md for info on contributing changes.

Get involved

Code of conduct

This project is for everyone. We ask that our users and contributors take a few minutes to review our code of conduct.

Security

Security Audit

A third party security audit was performed by Cure53. You can see the full report here.

License

Copyright 2019, Linkerd Authors. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.