No description
  • Go 77.2%
  • C 12.3%
  • Makefile 4.1%
  • Dockerfile 3.3%
  • Shell 3.1%
Find a file
dependabot[bot] 912039f2fe
Bump golangci/golangci-lint-action from 5 to 6 (#93)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 01:40:01 +00:00
.github Bump golangci/golangci-lint-action from 5 to 6 (#93) 2024-05-07 01:40:01 +00:00
.reuse Initial commit 2023-07-19 08:18:09 +02:00
cmd Bump sigs.k8s.io/controller-runtime from 0.14.6 to 0.16.1 (#27) 2023-09-05 14:47:25 +02:00
config update config 2023-07-19 11:38:31 +02:00
docs commit local development 2023-07-19 08:37:17 +02:00
hack added github workflows 2023-07-19 09:09:25 +02:00
LICENSES Initial commit 2023-07-19 08:18:09 +02:00
pkg commit local development 2023-07-19 08:37:17 +02:00
tc commit local development 2023-07-19 08:37:17 +02:00
.gitignore commit local development 2023-07-19 08:37:17 +02:00
.golangci.yaml Update .golangci.yaml 2023-07-20 19:34:31 +02:00
CODE_OF_CONDUCT.md Initial commit 2023-07-19 08:18:09 +02:00
CONTRIBUTING.md Initial commit 2023-07-19 08:18:09 +02:00
Dockerfile Bump golang from 1.21-bookworm to 1.22-bookworm (#72) 2024-02-08 02:03:38 +00:00
go.mod Bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 (#85) 2024-04-09 01:34:00 +00:00
go.sum Bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 (#85) 2024-04-09 01:34:00 +00:00
LICENSE commit local development 2023-07-19 08:37:17 +02:00
Makefile added github workflows 2023-07-19 09:09:25 +02:00
README.md commit local development 2023-07-19 08:37:17 +02:00

SNAT-GW

Test

snat-gw is a Kubernetes controller implemented in Go. It uses the operator pattern to manage specific resources in a Kubernetes cluster. The application includes functionality for managing network traffic using Berkeley Packet Filter (BPF) and Metalbond. BPF is used for handling network routing and filtering, and Metalbond is used for managing network peers and virtual network identifiers (VNI). The application can be configured using command-line options.

Please consult the project documentation for additional information.

Contributing

We'd love to get feedback from you. Please report bugs, suggestions or post questions by opening a GitHub issue.

How it works

This project aims to follow the Kubernetes Operator pattern

It uses Controllers which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster

License

Copyright 2022.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file 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.