Completek8s Classroomnotes 23/Jun/2023

What is API?

  • API in this day and age refers to the approach in which we use http as a medium to communicate and execute functionality

Exercise

  • Find a way to find trending git repositories over curl using github api
curl -G https://api.github.com/search/repositories --data-urlencode "sort=stars" --data-urlencode "order=desc" --data-urlencode "q=language:java"
  • For all the microservices exposed over API’s ensure API changes are backward compatible and this has to be an integration test.

Container – Docker

  • Container is an isolated process which gets
    • its own process tree
    • its own network interfaces
    • its own users
    • its own file mounts
    • resources (cpu,ram)
  • Container consume less resources if designed/created carefully
Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%