Description
Istio is an open platform that provides a uniform way to connect, manage, and secure microservices. Istio supports managing traffic flows between microservices, enforcing access policies, and aggregating telemetry data, all without requiring changes to the microservice code.
This repository contains RPM's for released versions of Istio for CentOS 7.
Installation Instructions
- Enable this repository:
- If you have
yum-plugin-copr
installed, then just run:yum copr enable bavery/istio
. - Otherwise, run this command:
curl -Ls https://copr.fedorainfracloud.org/coprs/g/openshift-istio/istio/repo/epel-7/group_openshift-istio-istio-epel-7.repo -o /etc/yum.repos.d/openshift-istio-istio-epel-7.repo
- If you have
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (118)* | EPEL 7 (728 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable bavery/istio
More info about enabling Copr repositories