Giter VIP home page Giter VIP logo

kubesurveyor's Introduction

I am a security DevOps engineer interested in applied cryptography, information security and trustless systems of any kind. I am using Python, CI/CD, gitops & immutable infrastructure. I prefer to automate repetitive tasks in order to save time for more interesting work.

I am also familiar with the cryptography, key management, Hardware Secure Modules (HSM), threat modeling. I can brainstorm attacks, hence I can improve the security landscape of an organization. I am following trends in the cybercrime, malware and cryptography. I read scientific publications, blogs, news. I like to write my thoughts, occasionally I even publish something.

kubesurveyor's People

Contributors

viralpoetry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jackios zl0yr0k

kubesurveyor's Issues

duplicates in dot output

there are duplicates in dot output which does not affect visualisation, but should be handled anyway

ApiException on Kubernetes 1.22

I am using Kubernetes 1.22. kubesurveyor gives a traceback and

kubernetes.client.exceptions.ApiException: (404)
Reason: Not Found

Fix:

-    v1betaExt = client.ExtensionsV1beta1Api()
-    ret = v1betaExt.list_namespaced_ingress(namespace=namespace)
+    ret = client.NetworkingV1Api().list_namespaced_ingress(namespace=namespace)

Fails to run for Python 3.9

Does not seem to work for me on MacOS Big Sur with Python 3.9 and everything installed via brew.

brew install graphviz
pip3 install kubesurveyor
kubesurveyor default           
Traceback (most recent call last):
  File "/usr/local/bin/kubesurveyor", line 8, in <module>
    sys.exit(parse_args())
  File "/usr/local/lib/python3.9/site-packages/kubesurveyor/main.py", line 362, in parse_args
    main(args)
  File "/usr/local/lib/python3.9/site-packages/kubesurveyor/main.py", line 272, in main
    viz_dot = visualize()
  File "/usr/local/lib/python3.9/site-packages/kubesurveyor/main.py", line 203, in visualize
    label=proto,
UnboundLocalError: local variable 'proto' referenced before assignment
pip3 --version
pip 21.1.1 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
cat /usr/local/bin/kubesurveyor
#!/usr/local/opt/[email protected]/bin/python3.9
# -*- coding: utf-8 -*-
import re
import sys
from kubesurveyor.main import parse_args
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(parse_args())

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.