@@ -37,28 +37,28 @@ keeping track of the running processes.
3737
3838The following technology stack is currently being used:
3939
40- | Application | Purpose | Version |
41- | ----------------- | ---------------------- | ---------- |
42- | [ Kubernetes ] [ 10 ] | Cluster Orchestration | v1.15.4 |
43- | [ CRI-O ] [ 11 ] | Container Runtime | v1.16.0 |
44- | [ runc ] [ 12 ] | Container Runtime | v1.0.0-rc9 |
45- | [ cri -tools] [ 13 ] | CRI Manipulation Tool | v1.15.0 |
46- | [ CNI Plugins ] [ 14 ] | Container Networking | v0.8.2 |
47- | [ etcd ] [ 15 ] | Database Backend | v3.3.13 |
48- | [ CoreDNS ] [ 16 ] | Kubernetes DNS Support | v1.6.5 |
49-
50- [ 10 ] : https://github.com/kubernetes/kubernetes
51- [ 11 ] : https://github.com/cri-o/cri-o
52- [ 12 ] : https://github.com/opencontainers/runc
53- [ 13 ] : https://github.com/kubernetes-sigs/cri-tools
54- [ 14 ] : https://github.com/containernetworking/plugins
55- [ 15 ] : https://github.com/etcd-io/etcd
56- [ 16 ] : https://github.com/coredns/coredns
57-
58- Some other tools are not explicitly mentioned here, like [ CFSSL ] [ 17 ] for the
59- certificate generation.
60-
61- [ 17 ] : https://github.com/cloudflare/cfssl
40+ | Application | Version |
41+ | --------------- | ------------ |
42+ | cfssl | v1.3.2 |
43+ | cni-plugins | v0.8.3 |
44+ | conmon | v2.0.2 |
45+ | conntrack -tools | v1.4.5 |
46+ | cri-o | v1.16.0 |
47+ | cri-tools | v1.15.0 |
48+ | etcd | v3.3.13 |
49+ | iproute2 | v5.3.0 |
50+ | iptables | v1.8.3 |
51+ | kmod | v26 |
52+ | kubernetes | v1.15.4 |
53+ | nss-cacert | v3.46.1 |
54+ | podman | v1.6.3 |
55+ | runc | v1.0.0-rc9 |
56+ | socat | v1.7.3.3 |
57+ | sysctl | v1003.1-2008 |
58+ | util-linux | v2.33.2 |
59+
60+ Some other tools are not explicitly mentioned here, because they are no
61+ first-level dependencies.
6262
6363### Single Dependency
6464
0 commit comments