Skip to content
View ampacheco's full-sized avatar

Block or report ampacheco

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
ampacheco/Readme.MD

Hi there 👋

**ampacheco/ampacheco is a ✨ special ✨ repository because its README.md (this file) appears on your GitHub profile.

Here are some ideas to get you started:

  • 🔭 I’m currently working on cloud native apps and kubernetes ecosystems hub to introduce news products and services in Latam market.
  • 🌱 I’m currently learning Kubernetes, JavaScript/Typescript and * API Stuff
  • 👯 I’m looking to collaborate on Cloud Native Community
  • 🤔 I’m looking for help with json, jq, data visualization, web scrapping, curl, httpie
  • 💬 Ask me about cloud. Azure and GCP are my prefered ones. AWS, CDK and CDK8S are catching my attention as the real ones Infrastructure as code tools. DigitalOcean and ...
  • 📫 How to reach me: I'm on Twitter (@ampacheco). That's the best way!
  • ⚡ Fun fact: When I am not programming or learning new clooud native tool or api stuff you should find me, trying differents groove on bongo drums or any percussion instrument.

AMPacheco's GitHub Stats

Pinned Loading

  1. Ubuntu Vm with docker @ azure Ubuntu Vm with docker @ azure
    1
    ```
    2
    {
    3
      vname=dasttest-1
    4
      az group create -n ${vname}-rg
    5
      az vm create --name ${vname}-vm --resource-group ${vname}-rg --image Ubuntu2204 --admin-username azureadmin --custom-data @- <<EOF