Skip to content

Commit

Permalink
Merge pull request #13 from Fish-pro/develop
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
Fish-pro authored Mar 23, 2023
2 parents 344fae9 + 2f6200d commit 1d3395b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Access control

Access control is a node access controller running on kubernetes, Access currently implements the ability to customize the IP blacklist of resource management nodes. If the NIC driver supports it, the access package can be dropped directly from the NIC. Of course, it will run in the XDP generic mode if there is no specific network card supported, but it is important to note that Access currently supports only a specific individual network card. See [Quick Start](## Quick Start) for details
Access control is a node access controller running on kubernetes, Access currently implements the ability to customize the IP blacklist of resource management nodes. If the NIC driver supports it, the access package can be dropped directly from the NIC. Of course, it will run in the XDP generic mode if there is no specific network card supported, but it is important to note that Access currently supports only a specific individual network card. See [Quick Start](https://github.com/Fish-pro/access) for details

## Architecture

Expand Down Expand Up @@ -139,26 +139,6 @@ EOF
access.sample.access.io/demo created
```

```bash
➜ charts git:(master) ✗ kubectl get access demo -o yaml
apiVersion: sample.access.io/v1alpha1
kind: Access
metadata:
creationTimestamp: "2023-03-23T08:00:13Z"
generation: 1
name: demo
resourceVersion: "2400"
uid: a42822d5-13cd-48c4-8c02-3fb4c7e684a9
spec:
ips:
- 172.19.0.3
nodeName: ik8s-worker
status:
nodeStatuses:
ik8s-worker:
- 172.19.0.3
```

After the rule application is created, you can view the rule application status

```bash
Expand Down Expand Up @@ -195,7 +175,7 @@ You can find that the access times out, so the policy is successfully applied

## Ability

+ Node IP blacklist access control by kubernetes native resource
+ Blacklist the IP addresses of native resource management nodes using kubernetes

## What's Next

Expand Down
Binary file modified images/access.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1d3395b

Please sign in to comment.