terchris / nerdmeet

NerdMeet stuff. A kubernetes play cluster an AI fun stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NerdMeet

Latest news

  • NerdNet playground is up and running. Read more about it here.
  • NerdMeet #3 yesterday.
  • We started discussing how to create a hackathon event in October 2024.

NerdMeet community

NerdMeet is a community for nerds that use technology to help people in need. At the same time we meet, share and learn new technologies.

Slogan: Helping the helpers.

The community is built on the following principles:

  • We belive that technology can help people in need.
  • We want to help the people and organisations that help people in need.
  • We are eager to share what we know.
  • We want to learn from others in the community.
  • We are not selling anything to each other.
  • We meet once a month after work hours.
  • We are open to everyone that wants to help people in need.
  • We do it for fun and to learn new things.

NerdMeet innovation and hackathon events

We are planning to invite all who belive that technology can help people in need to a hackathon event. The event will be a full weekend and follow the Startup Weekend format. StartupWeekend is a well tried format for innovation and hackathon events and has been runing in 150+ countries since 2007.

The event will be held in Red Cross Conference Center in Oslo, Friday 10 to Sunday 13 October 2024.

NerdMeet meetups

Date Time Place Topic
2024-03-20 16:00 - 18:00 Red Cross AI playground
2024-02-14 16:00 - 18:00 Red Cross The case from Besim where he used weather data to predict the likelihood that the Red Cross should increase readiness in areas with bad weather.
2024-01-17 16:00 - 18:00 Red Cross First meetup

NerdNet playgorund

We have a playground where we can test new technologies. The playground is called NerdNet. Read about it here.

graph LR
   Firewall(Firewall)
   
   subgraph "k8s"
       subgraph "AKSCluster"
       aks(AKS) 
       nginx(nginx)
       end
   end
   subgraph "api"
       apim(APIM)
       subgraph "AzureFunctions"
       testfunction(testfunction)
       end
   end
    subgraph "nerd"
       vm01(vm01)
   end

   classDef plain fill:#ddd,stroke:#fff,stroke-width:4px,color:#000;
   classDef activeVM fill:#326ce5,stroke:#fff,stroke-width:4px,color:#fff;
   classDef controller fill:#326ce5,stroke:#fff,stroke-width:4px,color:#fff;
   classDef zone fill:#fff,stroke:#bbb,stroke-width:2px,color:#326ce5;
   classDef groupCluster fill:#e8f0fe,stroke:#bbb,stroke-width:2px,color:#000; 
   classDef groupFunction fill:#e8f0fe,stroke:#bbb,stroke-width:2px,color:#000; 

   class vm01 activeVM;
   class apim,aks controller;
   class nerd,k8s,api zone;
   class AKSCluster groupCluster;
   class AzureFunctions groupFunction;

   Firewall --> apim
   Firewall --> aks
   Firewall --> vm01
   apim -.-> testfunction
   aks -.-> nginx

nerdnet is our playground for testing new technologies. nerdnet is running on a sponsored Azure subscription.

We are looking for funding to keep the subscription running.

Playgroud setup:

Landing Zone Long name Description
api api For testing API managemet and Azure Functions
nerd nerdmeet Different VMs. for running AI and other fun stuff
k8s kubernetes Kubernetes cluster for testing

If you want to create your own playground. You can just fork this repo and then you just follow the documentation to set it up. Your testing an playing will for sure create new knowledege - please share it with the community.

Read the readme.md for more information about the network and the resources.

About

NerdMeet stuff. A kubernetes play cluster an AI fun stuff

License:MIT License


Languages

Language:Bicep 61.0%Language:JavaScript 39.0%