Skip to content
View anderson-custodio's full-sized avatar
Block or Report

Block or report anderson-custodio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anderson-custodio/README.md

Hi there 👋, I'm Anderson Custódio

Software Engineer

Some info about me:

  • 🌱 I’m currently learning Clojure, Functional Programming, Blockchain and Software Architecture.
  • ⚡ Main Technologies I work: Python, Go, Java, Java Script, Docker, Kubernetes, Helm, Pulumi, Crossplane, Ansible.
  • 📫 Follow me: LinkedIn, Twitter.

Pinned Loading

  1. ansible-roles-dev ansible-roles-dev Public

    Ansible role to install and configure a development environment based on Ubuntu 20.04

    Jinja

  2. whats-spam-vendetta whats-spam-vendetta Public

    Script to get revenge on spammers that calls all the time

    Python 2 1

  3. Profiling JVM on Kubernetes using Vi... Profiling JVM on Kubernetes using VisualVM
    1
    # Profiling JVM on Kubernetes using VisualVM
    2
    
    
    3
    ## Enable JMX server
    4
    Edit Dockerfile to enable JMX server and change the hostname with the IP where the container will run:
    5
    ~~~Dockerfile
  4. Helm: Choose image conditionally Helm: Choose image conditionally
    1
    # How to conditionally choose an image in Helm
    2
    If you want to choose an image based on a condition, you can do it with the following example:
    3
    
    
    4
    ## values.yaml
    5
    ~~~yaml
  5. How to install virtualenv How to install virtualenv
    1
    ## 1. How to install virtualenv:
    2
    
    
    3
    #### 1.1. Install pip
    4
    ~~~bash
    5
      sudo apt install python3-pip