diff options
| -rw-r--r-- | school.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/school.html b/school.html index 8b91ede..86cd681 100644 --- a/school.html +++ b/school.html @@ -47,11 +47,14 @@ <td><a href="https://git.cacharle.xyz/minishell">minishell</a></td> <td>Minimalistic shell based on bash</td> </tr> + <tr> + <td><a href="https://git.cacharle.xyz/ft_services">ft_services</a></td> + <td>Introduction to kubernetes with multiple services running in different containers</td> + </tr> </table> <h2>Pending</h2> <table> - <tr><td><a href="https://git.cacharle.xyz/ft_services">ft_services</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/philosophers">philosophers</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/ft_containers">ft_containers</a></td></tr> <tr><td><a href="https://git.cacharle.xyz/computorv1">computorv1</a></td></tr> |
