Skip to content

Instantly share code, notes, and snippets.

View yanivpaz's full-sized avatar

Yaniv Paz yanivpaz

View GitHub Profile
Networking
https://www.youtube.com/watch?v=6v_BDHIgOY8
https://github.com/kristenjacobs/container-networking
Scheduling
https://www.youtube.com/watch?v=t189URLpG8E
https://www.youtube.com/watch?v=_fja_lLFpfc
https://www.youtube.com/watch?v=bbPcb2JuJPw
import java.time.*;
import java.util.*;
public class HelloWorld {
public static void main(final String[] args) {
long days = System.currentTimeMillis()/1000/60/60/24;
System.out.println("Days since the epoch: "+days);}
# Argo demo
## Kubectl
```
curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
```
## install vscode and tools
```
<section data-background-transition='zoom' data-transition='concave' data-background='http://ryanjarvinen.com/presentations/shared/img/broadcast_reveal_dark.png' data-state='blackout'>
<h2>Yaniv</h2>
<h1>Reveal.js</h1>
<h2>Slideshow Presentations</h2>
<br/>
<h1 class='fragment grow'><a style='color:deepskyblue;' href='http://gist-reveal.it'>gist-reveal.it</a></h1>
</section>
<section data-background-transition='zoom' data-transition='linear' id='try-it'>
<h2>Try it out!</h2>
<p>Create your own deck by forking a copy of <a href='https://gist.github.com/ryanj/af84d40e58c5c2a908dd'>this github gist</a>: <br /><a href='https://gist.github.com/ryanj/af84d40e58c5c2a908dd'>https://gist.github.com/ryanj/af84d40e58c5c2a908dd</a></p>