Flux Official·1 day agoEarn more with Fractus — Cumulus + Store = More Flux earnedThe new Fractus node tier is the workhorse of the newly launched Flux IPFS persistent storage feature. A Fractus node is a cumulus node with 10TB of storage that will help grow the Flux network storage capacity and receive additional rewards. An essential piece of infrastructure needed to power Web3…Cloud Computing3 min readCloud Computing3 min read
Kautilya Kondragunta·13 hours agoAWS- Serverless application showcase for CryptoBOTAWS has no doubt been leading the cloud computing space since it’s advent in 2006. With its early adoption and innovation, it will still be the pioneer for the next decade. With that being said, having mastered the AWS cloud platform puts not just developers, but any role who has…Cloud Computing6 min readCloud Computing6 min read
Jakub Narloch·7 hours agoArchitecture Pattern: Machine Learning Model as a Service Backend.Architecture Pattern: Machine Learning Model as a Service Backend. Over years many design patterns had been invented and documented. Currently, a new pattern emerges that relies on using a Generalized Machine Learning Model as a core of a Service Backend. Just to make my point clear, the claim is not…Cloud Computing6 min readCloud Computing6 min read
Kumar Waghmare·7 hours agoDay 21 — Docker Important Interview QuestionsQuestions and Answers — 1. What is the Difference between an Image, Container and Engine? An image is a pre-built and pre-configured software package that contains all the necessary dependencies and instructions for running a specific application or service. A container is an instance of an image, created at runtime with its own unique set of resources and file system. An engine is software that…Cloud Computing4 min readCloud Computing4 min read
Edwin TunggawaninCermati Group Tech Blog·1 day agoCermati Infrastructure Development: Five Years of ProgressWhen I joined Cermati back in May 2017, we didn’t have a specialized team to take care of our infrastructure. Another engineering manager at Cermati used to be the go-to person for most infrastructure-related stuff for Cermati’s development and production infrastructure at the time. But his job was, and is…Cloud Computing26 min readCloud Computing26 min read
GaurangMittal·10 hours agoBackend for Frontend(BFF) Pattern in System DesigningIn this article we will discuss when/how/why to backend for frontend pattern while designing the architecture for your application. Idea Behind Using It Our typical monolith application exposes a api that caters only to web based client.Now we want to extend our application to mobile based client as well.The idea from the client is…Cloud Computing4 min readCloud Computing4 min read
Tony·18 hours agoMember-onlyK8s Troubleshooting — Pod Zombie ProcessK8s Troubleshooting handbook — Recently, our K8s cluster run into some Zombie process issues. Pods cannot be deleted or created, and even can’t SSH into the node. We found a lots of defunct process in many Pods. The symptom in Pod looks like: CPU: 0% usr 0% sys…Cloud Computing7 min readCloud Computing7 min read
Brine Ndam ketum·10 hours agoDockerize a Java Web Application using docker-composeThe Goal of this project to deploy Java application stack (Nginx, Tomcat, MySQL) using docker-compose. Pre-Requisites Java login application source code is committed to the Bitbucket repo. Customize application.properties file with MySQL database name and credentials to connect with database. Build the Java source code and keep the artifact ready (.war) Docker-Compose …Cloud Computing2 min readCloud Computing2 min read
DevOps Snapshots·1 day agoHow can I run docker containers more securely?Containerisation and the adoption of Docker has sky rocketed in the past few years. To understand more about what containers are, check out last week’s article. With the rapid adoption we have observed from companies across all industries, it is more important than ever to understand container security. There are…Cloud Computing4 min readCloud Computing4 min read